chore: update version to 0.9.31 in package.json and add magic link authentication strings in English and Chinese

This commit is contained in:
haorwen
2025-12-12 23:46:53 +08:00
parent 36d25f86d3
commit c3ccf5a03f
4 changed files with 6 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@
"password": "Sign in with Password",
"oidc": "Sign in with OIDC",
"passkey": "Sign in with Passkey",
"magic_link": "Sign in with a Magic Link",
"passkey_authenticating": "Authenticating...",
"passkey_error_not_supported": "Your browser doesn't support Passkey",
"passkey_error_cancelled": "User cancelled or timeout",
+1
View File
@@ -7,6 +7,7 @@
"password": "账号密码登录",
"oidc": "OIDC登录",
"passkey": "使用通行密钥登录",
"magic_link": "使用邀请链接登录",
"passkey_authenticating": "认证中...",
"passkey_error_not_supported": "您的浏览器不支持通行密钥",
"passkey_error_cancelled": "用户取消或超时",