mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 14:43:54 -05:00
fix(ui): fixed visibility issue on reset passowrd page (#2456)
This commit is contained in:
@@ -573,10 +573,10 @@ export default function LoginPage({
|
|||||||
<Dialog open={forgotPasswordOpen} onOpenChange={setForgotPasswordOpen}>
|
<Dialog open={forgotPasswordOpen} onOpenChange={setForgotPasswordOpen}>
|
||||||
<DialogContent className='auth-card auth-card-shadow max-w-[540px] rounded-[10px] border backdrop-blur-sm'>
|
<DialogContent className='auth-card auth-card-shadow max-w-[540px] rounded-[10px] border backdrop-blur-sm'>
|
||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
<DialogTitle className='auth-text-primary font-semibold text-xl tracking-tight'>
|
<DialogTitle className='font-semibold text-black text-xl tracking-tight'>
|
||||||
Reset Password
|
Reset Password
|
||||||
</DialogTitle>
|
</DialogTitle>
|
||||||
<DialogDescription className='auth-text-secondary text-sm'>
|
<DialogDescription className='text-muted-foreground text-sm'>
|
||||||
Enter your email address and we'll send you a link to reset your password if your
|
Enter your email address and we'll send you a link to reset your password if your
|
||||||
account exists.
|
account exists.
|
||||||
</DialogDescription>
|
</DialogDescription>
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ export function ThemeProvider({ children, ...props }: ThemeProviderProps) {
|
|||||||
pathname === '/' ||
|
pathname === '/' ||
|
||||||
pathname.startsWith('/login') ||
|
pathname.startsWith('/login') ||
|
||||||
pathname.startsWith('/signup') ||
|
pathname.startsWith('/signup') ||
|
||||||
|
pathname.startsWith('/reset-password') ||
|
||||||
pathname.startsWith('/sso') ||
|
pathname.startsWith('/sso') ||
|
||||||
pathname.startsWith('/terms') ||
|
pathname.startsWith('/terms') ||
|
||||||
pathname.startsWith('/privacy') ||
|
pathname.startsWith('/privacy') ||
|
||||||
|
|||||||
Reference in New Issue
Block a user