mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Flash taskbar icon on 2FA prompt
This commit is contained in:
@@ -6550,6 +6550,7 @@ speechSynthesis.getVoices();
|
||||
if (this.twoFactorAuthDialogVisible) {
|
||||
return;
|
||||
}
|
||||
AppApi.FlashWindow();
|
||||
this.twoFactorAuthDialogVisible = true;
|
||||
this.$prompt($t('prompt.totp.description'), $t('prompt.totp.header'), {
|
||||
distinguishCancelAndClose: true,
|
||||
@@ -6622,6 +6623,7 @@ speechSynthesis.getVoices();
|
||||
if (this.twoFactorAuthDialogVisible) {
|
||||
return;
|
||||
}
|
||||
AppApi.FlashWindow();
|
||||
this.twoFactorAuthDialogVisible = true;
|
||||
this.$prompt(
|
||||
$t('prompt.email_otp.description'),
|
||||
|
||||
Reference in New Issue
Block a user