Commit Graph

8 Commits

Author SHA1 Message Date
deed857788 chore(style): allow case declarations and ban var (#987)
* chore(style): allow case declarations

* chore(style): ban `var` and prefer `const`
2022-08-08 23:35:24 +08:00
cd966116d4 feat: comma dangle 2022-08-06 23:54:56 +08:00
e94ada9ea2 Fix new accountItem. 2022-08-05 15:36:07 +08:00
155660b0d7 feat: get user api return roles and permissions (#929) 2022-07-30 17:31:56 +08:00
1839252c30 chore(web): sort import members (#895) 2022-07-18 20:57:38 +08:00
7f3b2500b3 feat: support webauthn (#407)
* feat: support webauthn

* Update init.go

* Update user_webauthn.go

* Update UserEditPage.js

* Update WebauthnCredentialTable.js

* Update LoginPage.js

Co-authored-by: Gucheng <85475922+nomeguy@users.noreply.github.com>
2022-07-12 20:06:01 +08:00
503d244166 feat(web): add lint (#875)
* feat: add lint

* feat: fix lint error

* chore: add ignore file

* chore: close indent
2022-07-10 15:45:55 +08:00
ae4ab9902b Add accountTable. 2022-06-18 01:41:21 +08:00