mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
show passkey login URL at usercp
This commit is contained in:
@@ -251,6 +251,7 @@ $lang_usercp = array
|
||||
'text_two_step_secret_bind_manually_note' => '或者在 APP 中手动输入以下 Key:',
|
||||
'text_two_step_secret_bind_complete_note' => '输入 code 完成两步验证',
|
||||
'text_two_step_secret_unbind_note' => '输入 code 取消两步验证',
|
||||
'row_passkey_login_url' => 'Passkey 登录链接',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -249,6 +249,7 @@ $lang_usercp = array
|
||||
'text_two_step_secret_bind_manually_note' => '或者在 APP 中手動輸入以下 Key:',
|
||||
'text_two_step_secret_bind_complete_note' => '輸入 code 完成兩步驗證',
|
||||
'text_two_step_secret_unbind_note' => '輸入 code 取消兩步驗證',
|
||||
'row_passkey_login_url' => 'Passkey 登錄鏈接',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -251,6 +251,7 @@ $lang_usercp = array
|
||||
'text_two_step_secret_bind_manually_note' => 'Or manually enter the following key in the APP: ',
|
||||
'text_two_step_secret_bind_complete_note' => 'Enter code to complete the two-step authentication',
|
||||
'text_two_step_secret_unbind_note' => 'Enter code to cancel two-step authentication',
|
||||
'row_passkey_login_url' => 'Passkey login URL',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user