mirror of
https://github.com/khairul169/vaulterm.git
synced 2026-09-15 17:03:30 +07:00
feat: team draft
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
type UserContext struct {
|
||||
*models.User
|
||||
IsAdmin bool
|
||||
IsAdmin bool `json:"isAdmin"`
|
||||
}
|
||||
|
||||
func getUserData(user *models.User) *UserContext {
|
||||
|
||||
Reference in New Issue
Block a user