mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-26 19:10:18 +01:00
Update MkSignin.vue
This commit is contained in:
parent
51098f4389
commit
4fce4e4b08
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ async function tryLogin(req: Partial<Misskey.entities.SigninFlowRequest>): Promi
|
|||
});
|
||||
page.value = 'passkey';
|
||||
} else {
|
||||
const err = {
|
||||
const err = {
|
||||
id: '8b12bdf5-d5ed-4429-b5da-e3370cfcb869',
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue