This commit is contained in:
2026-07-20 20:34:21 +08:00 Unverified
parent 9a21c7519c
commit 52497957f3
9 changed files with 59 additions and 5 deletions
+1
View File
@@ -65,6 +65,7 @@ export function createCandidateViews(context) {
async function renderCandidate(page) {
if (state.user?.role !== 'candidate') return navigate('login');
app.classList.remove('admin-readable');
if (state.user.mustChangePassword) {
app.innerHTML = onboardingShell('password', passwordOnboardingForm());
return;