show passkey login URL at usercp

This commit is contained in:
xiaomlove
2022-07-06 15:23:23 +08:00
parent 889413e2a8
commit f4df7da0e4
5 changed files with 15 additions and 6 deletions

View File

@@ -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',
);
?>