diff --git a/.gitignore b/.gitignore
index 3601ab645..9e527a728 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,7 @@ log
NOTES.md
dep.tree
application-test2.yml
+application-dev.yml
api-docs.json
dist
account-gui/public/index.html
diff --git a/account-gui/src/routes/WebAuthn.svelte b/account-gui/src/routes/WebAuthn.svelte
index bf2ce3e23..f831b7f82 100644
--- a/account-gui/src/routes/WebAuthn.svelte
+++ b/account-gui/src/routes/WebAuthn.svelte
@@ -35,7 +35,7 @@
})
.catch(() => {
//happens when the key is already registered
- window.location.href = $conf.eduIDWebAuthnRedirectSpUrl;
+ window.location.href = $conf.myconextWebAuthnRedirectSpUrl;
})
})
.catch(() => navigate("/404"));
@@ -63,4 +63,4 @@
{I18n.t("WebAuthn.BrowserPrompt.COPY")}