ыввы
This commit is contained in:
@@ -13,10 +13,12 @@ import { AuthForgotForm } from '@/features/auth-forgot'
|
||||
import { OAuthButtons } from '@/features/auth-oauth'
|
||||
import { AuthPasswordForm } from '@/features/auth-password'
|
||||
import { $user } from '@/shared/model/auth'
|
||||
import { useThemeController } from '@/app/providers/theme-controller'
|
||||
import { BearLogo } from '@/shared/ui/BearLogo'
|
||||
|
||||
export function AuthPage() {
|
||||
const theme = useTheme()
|
||||
const { scheme } = useThemeController()
|
||||
const [message, setMessage] = useState<string | null>(null)
|
||||
const [oauthError, setOauthError] = useState<string | null>(null)
|
||||
const [tab, setTab] = useState(0)
|
||||
@@ -54,7 +56,7 @@ export function AuthPage() {
|
||||
>
|
||||
<Box sx={{ width: '100%', maxWidth: 440 }}>
|
||||
<Box sx={{ display: 'flex', justifyContent: 'center', mb: 2 }}>
|
||||
<BearLogo sx={{ width: 72, height: 72 }} />
|
||||
<BearLogo scheme={scheme} sx={{ width: 72, height: 72 }} />
|
||||
</Box>
|
||||
|
||||
<Typography variant="h5" sx={{ fontWeight: 700, textAlign: 'center' }} gutterBottom>
|
||||
@@ -88,7 +90,7 @@ export function AuthPage() {
|
||||
>
|
||||
<Box sx={{ width: '100%', maxWidth: 440 }}>
|
||||
<Box sx={{ display: 'flex', justifyContent: 'center', mb: 2 }}>
|
||||
<BearLogo sx={{ width: 72, height: 72 }} />
|
||||
<BearLogo scheme={scheme} sx={{ width: 72, height: 72 }} />
|
||||
</Box>
|
||||
|
||||
<Typography variant="h5" sx={{ fontWeight: 700, textAlign: 'center' }} gutterBottom>
|
||||
|
||||
Reference in New Issue
Block a user