WIP: validate confirm password and show error message

This commit is contained in:
Cindy Chang
2024-06-20 15:54:14 +08:00
parent 26441d3979
commit 05caf819bb
10 changed files with 191 additions and 20 deletions

View File

@@ -11,6 +11,7 @@ export default defineStore('acctMgmtStore', {
adminRights: true,
accountActivation: true,
detail: "abcde",
isSSO: true,
}
}),
getters: {