mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Block clearing saml data without relevant capability
GitOrigin-RevId: d556b9fc1f5fd3f52beb472181779430f9d8d1fe
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
export type AdminCapability = 'modify-user-email' | 'view-project'
|
||||
export type AdminCapability =
|
||||
| 'clear-saml-data'
|
||||
| 'modify-user-email'
|
||||
| 'view-project'
|
||||
|
||||
export type AdminRole =
|
||||
| 'engagement'
|
||||
|
||||
Reference in New Issue
Block a user