Add 2FA loading animation

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2023-03-09 20:30:06 +01:00
parent 2ad9b8af77
commit 2f6a50c6f6
2 changed files with 6 additions and 1 deletions

View File

@@ -269,6 +269,8 @@ $("#modal-totp").on("shown.bs.modal", function () {
level: "Q",
size: 300,
});
$("#qrcode-spinner").hide();
$("#qrcode").show();
})
.fail(function (data) {
apiFailure(data);