We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7fa418 commit c46c6deCopy full SHA for c46c6de
frontend/src/views/Auth/Login.vue
@@ -87,6 +87,7 @@ async function sendReset() {
87
}
88
89
async function loginOIDC() {
90
+ if (loggingInOIDC.value) return;
91
loggingInOIDC.value = true;
92
window.open("/api/login/openid", "_self");
93
0 commit comments