Made a fav system.
Some checks are pending
Build and Push Beta Image / build-and-push (push) Waiting to run

This commit is contained in:
yuanhau 2025-06-22 20:12:12 +08:00
parent 9e921980ed
commit 846c27293d
4 changed files with 16 additions and 5 deletions

View file

@ -25,10 +25,7 @@ try {
if (sendError.value) {
error.value = true;
}
if (data.requested_action === "LOGOUT_USER") {
logoutUser();
}
if (data.requested_action === "CONTINUE") {
if (data.requested_action === "KEEP_LOGIN") {
if (data.userAccount && data.userAccount.length !== 0) {
allowed.value = true;
} else {