From e619245f1fa83a29a9ec553ef9017871bb5c27c0 Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr Date: Wed, 29 Apr 2026 02:07:46 +0300 Subject: add google auth --- src/components/settings/SecurityPage.tsx | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) (limited to 'src/components/settings/SecurityPage.tsx') diff --git a/src/components/settings/SecurityPage.tsx b/src/components/settings/SecurityPage.tsx index dd650c4..9c498aa 100644 --- a/src/components/settings/SecurityPage.tsx +++ b/src/components/settings/SecurityPage.tsx @@ -6,6 +6,7 @@ import LogoutButton from './LogoutButton'; import { changeEmail } from '@/lib/api/ChangeEmail'; import { useState } from 'react'; import { ChangePasswordField } from './ChangePassword'; +import { SetPasswordField } from './SetPasswordField'; export default function SecurityPage() { const { user } = useAuthContext(); @@ -42,28 +43,7 @@ export default function SecurityPage() { <>
- {showSetPassword && ( -
-

- ЗАДАТЬ ПАРОЛЬ -

-
- - -
- - -
- )} + {showSetPassword && }

@@ -91,7 +71,7 @@ export default function SecurityPage() {

- + {hasPassword && }
-- cgit v1.3-3-g829e