Migrates user page to SSR
This commit is contained in:
@@ -1393,6 +1393,10 @@
|
||||
:db/cardinality #:db{:ident :db.cardinality/one},
|
||||
:db/doc "the id from the provider",
|
||||
:db/ident :user/provider-id}
|
||||
{:db/valueType #:db{:ident :db.type/instant},
|
||||
:db/cardinality #:db{:ident :db.cardinality/one},
|
||||
:db/doc "The last time the user logged in, defaulted to the last action they took",
|
||||
:db/ident :user/last-login}
|
||||
{:db/valueType #:db{:ident :db.type/ref},
|
||||
:db/cardinality #:db{:ident :db.cardinality/one},
|
||||
:db/doc "The role [:user :admin :none]",
|
||||
|
||||
Reference in New Issue
Block a user