From b5a9373b873569940532a5365dd81b1d05fa1c8a Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 24 Jan 2025 12:29:21 +0900 Subject: [PATCH] chore: update webauthn.php successfull -> successful --- config/webauthn.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/webauthn.php b/config/webauthn.php index f4d1091571e..8812b808ecd 100644 --- a/config/webauthn.php +++ b/config/webauthn.php @@ -101,8 +101,8 @@ |-------------------------------------------------------------------------- | | When using navigation, redirects to these url on success: - | - login: after a successfull login. - | - register: after a successfull Webauthn key creation. + | - login: after a successful login. + | - register: after a successful Webauthn key creation. | | Redirects are not used in case of application/json requests. |