parent
713e564a6e
commit
ba4ea8e05c
|
@ -244,3 +244,8 @@ func (u User) Allowed(url string) bool {
|
|||
|
||||
return true
|
||||
}
|
||||
|
||||
// Scope returns the user scope.
|
||||
func (u User) Scope() string {
|
||||
return u.scope
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue