fix: fix login issue and improve google caledar flow

This commit is contained in:
2026-08-24 14:25:41 +09:30
parent dde5096d1c
commit 4f10930f24
7 changed files with 279 additions and 50 deletions
+5
View File
@@ -2,3 +2,8 @@
export function isSeqtaEngageExperience(): boolean {
return document.title.includes("SEQTA Engage");
}
/** Unauthenticated SEQTA login shell (Learn + Engage). */
export function isSeqtaLoginPage(): boolean {
return document.querySelector(".login") !== null;
}