From bba98a0d300154feeeddd7b0eaf6e9ffdd1aee4e Mon Sep 17 00:00:00 2001 From: Andri Schatz Date: Wed, 11 Dec 2024 10:41:06 +0100 Subject: [PATCH] Update userAgent.ts typo --- src/frontend/src/utils/userAgent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/utils/userAgent.ts b/src/frontend/src/utils/userAgent.ts index fcde429942..b8a8f8b6f4 100644 --- a/src/frontend/src/utils/userAgent.ts +++ b/src/frontend/src/utils/userAgent.ts @@ -44,7 +44,7 @@ export const checkRequiredBrowserVersion = ( }; /** - * Checks if the user agent string supports Webauthn with Related Origis Requests. + * Checks if the user agent string supports Webauthn with Related Origin Requests. * * Safari >18: https://developer.apple.com/documentation/safari-release-notes/safari-18-release-notes * Firefox: Not supported yet