mirror of
https://github.com/wassname/talk.git
synced 2026-07-26 13:37:38 +08:00
[CORL-761] stream-side account tab for sso (#2834)
* move download comments to my comments tab * only show download comments if available * move ignored users management to same tab as notifications, rename to preferences * fix query and ts defs * add url to jwt * make account tab go to external url if provided * ensure url is an optional jwt field * update tabs for stream profile * update classnames for tabs * fix tests
This commit is contained in:
@@ -2098,6 +2098,11 @@ type User {
|
||||
roles: [ADMIN, MODERATOR]
|
||||
permit: [SUSPENDED, BANNED, PENDING_DELETION]
|
||||
)
|
||||
|
||||
"""
|
||||
ssoURL is the url for managing sso account
|
||||
"""
|
||||
ssoURL: String
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user