From 11ac64ccf7854e483be9453df28306484aeef451 Mon Sep 17 00:00:00 2001 From: Karmaa <88517757+LukeGus@users.noreply.github.com> Date: Tue, 7 Oct 2025 19:58:33 -0500 Subject: [PATCH] Update src/ui/main-axios.ts Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- src/ui/main-axios.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/main-axios.ts b/src/ui/main-axios.ts index 7622c83d..4bdb4514 100644 --- a/src/ui/main-axios.ts +++ b/src/ui/main-axios.ts @@ -1763,7 +1763,7 @@ export async function updateRegistrationAllowed( export async function updatePasswordLoginAllowed( allowed: boolean, -): Promise { +): Promise<{ allowed: boolean }> { try { const response = await authApi.patch("/users/password-login-allowed", { allowed,