mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
[next] UserBox with respect to auth settings (#2079)
* feat: adapt userbox according to settings in embed stream * fix: lint and test * feat: respect allowRegistration
This commit is contained in:
@@ -6,6 +6,10 @@ enum View {
|
||||
}
|
||||
|
||||
type Local {
|
||||
authToken: String
|
||||
authExp: Int
|
||||
authJTI: String
|
||||
loggedIn: Boolean!
|
||||
view: View!
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user