aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/basicAuth/index.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-21 14:28:15 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-21 14:28:15 +0200
commit8769c4f4ad2d3b4706ff227386bec0e83bacf980 (patch)
tree6bf4ea214df9171393a1a39baee2c1a81efe3055 /src/features/basicAuth/index.js
parentUpdate translation line numbers (diff)
downloadferdium-app-8769c4f4ad2d3b4706ff227386bec0e83bacf980.tar.gz
ferdium-app-8769c4f4ad2d3b4706ff227386bec0e83bacf980.tar.zst
ferdium-app-8769c4f4ad2d3b4706ff227386bec0e83bacf980.zip
Replace public Franz occurences with Ferdi
Diffstat (limited to 'src/features/basicAuth/index.js')
-rw-r--r--src/features/basicAuth/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/basicAuth/index.js b/src/features/basicAuth/index.js
index 89607824b..a8c93875e 100644
--- a/src/features/basicAuth/index.js
+++ b/src/features/basicAuth/index.js
@@ -20,7 +20,7 @@ export function resetState() {
20export default function initialize() { 20export default function initialize() {
21 debug('Initialize basicAuth feature'); 21 debug('Initialize basicAuth feature');
22 22
23 window.franz.features.basicAuth = { 23 window.ferdi.features.basicAuth = {
24 state, 24 state,
25 }; 25 };
26 26