Skip to content

Commit c46c6de

Browse files
committed
check that logging in with oidc not active on click
1 parent a7fa418 commit c46c6de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/views/Auth/Login.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ async function sendReset() {
8787
}
8888
8989
async function loginOIDC() {
90+
if (loggingInOIDC.value) return;
9091
loggingInOIDC.value = true;
9192
window.open("/api/login/openid", "_self");
9293
}

0 commit comments

Comments
 (0)