Add User Info Page

This commit is contained in:
Elias Schneider
2022-05-11 13:50:28 +02:00
parent 80f055899c
commit 3cb7285e8f
11 changed files with 274 additions and 68 deletions

View File

@@ -65,6 +65,12 @@ export default [
attributes: ["expiresAt"],
orders: ["ASC"],
},
{
key: "enabled",
type: "key",
attributes: ["enabled"],
orders: ["ASC"],
},
],
},
{