mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
fix: typo
This commit is contained in:
@ -95,7 +95,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