forked from mirrors/misskey
fix(frontend): パスキー登録完了時の認証ダイアログの入力値が使われていない問題を修正 (#17539)
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
This commit is contained in:
parent
e215ab1091
commit
312d7c1866
2 changed files with 3 additions and 2 deletions
|
|
@ -222,8 +222,8 @@ async function addSecurityKey() {
|
|||
if (auth2.canceled) return;
|
||||
|
||||
await os.apiWithDialog('i/2fa/key-done', {
|
||||
password: auth.result.password,
|
||||
token: auth.result.token,
|
||||
password: auth2.result.password,
|
||||
token: auth2.result.token,
|
||||
name: name.result,
|
||||
credential: credential,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue