mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
fix: typo
This commit is contained in:
@ -94,7 +94,7 @@ export const SignInForm = ({ className }: SignInFormProps) => {
|
||||
|
||||
<AlertDescription>
|
||||
{ErrorMessages[searchParams?.get('error') as keyof typeof ErrorMessages] ??
|
||||
'an unknown error occured'}
|
||||
'an unknown error occurred'}
|
||||
</AlertDescription>
|
||||
</Alert>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user