aboutsummaryrefslogtreecommitdiffstats
path: root/src/api
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-23 12:25:27 +0100
committerLibravatar GitHub <noreply@github.com>2022-06-23 12:25:27 +0100
commit23c46e84af2e37d011648c77abcffc64a11cf1f8 (patch)
treefa23bd5cf6c8a8035dff8fcaeb8c6bb8b0caf96b /src/api
parentFix issue with incorrect GH workflow [skip ci] (diff)
downloadferdium-app-23c46e84af2e37d011648c77abcffc64a11cf1f8.tar.gz
ferdium-app-23c46e84af2e37d011648c77abcffc64a11cf1f8.tar.zst
ferdium-app-23c46e84af2e37d011648c77abcffc64a11cf1f8.zip
Workaroud for in-app Password Recovery (#342)
* Change funtion name [skip ci] * Workaround #312
Diffstat (limited to 'src/api')
-rw-r--r--src/api/apiBase.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/apiBase.ts b/src/api/apiBase.ts
index f66c387a5..80ab99ac6 100644
--- a/src/api/apiBase.ts
+++ b/src/api/apiBase.ts
@@ -35,7 +35,7 @@ const apiBase = (withVersion = true) => {
35 35
36export default apiBase; 36export default apiBase;
37 37
38export function termsBase() { 38export function serverBase() {
39 39
40 const serverType = (window as any).ferdium.stores.settings.all.app.server; 40 const serverType = (window as any).ferdium.stores.settings.all.app.server;
41 const noServer = 'You are using Ferdium without a server'; 41 const noServer = 'You are using Ferdium without a server';