feat: do not show oidc consent screen every time

This commit is contained in:
Stavros
2026-07-10 01:56:12 +03:00
parent 405d91065e
commit ff271e7f18
6 changed files with 75 additions and 8 deletions
+1 -2
View File
@@ -184,8 +184,7 @@ export const AuthorizePage = () => {
<CardFooter className="flex flex-col items-stretch gap-3">
<Button
onClick={() => authorizeMutate()}
loading={authorizePending}
disabled={shouldAutoAuthorize}
loading={authorizePending || shouldAutoAuthorize}
>
{t("authorizeTitle")}
</Button>