FIXUP Remove OwnProfile and OwnTokens scopes
This commit is contained in:
parent
66ebd8d48c
commit
9f1520038b
|
@ -82,9 +82,7 @@ renderDate (Date x) = toText $ iso8601Show x
|
|||
addTime :: NominalDiffTime -> Time -> Time
|
||||
addTime diff (Time time) = Time $ addUTCTime diff time
|
||||
|
||||
data Scope = OwnProfile
|
||||
| OwnTokens
|
||||
| Profile UserID
|
||||
data Scope = Profile UserID
|
||||
| Tokens UserID
|
||||
| Members
|
||||
| Applications
|
||||
|
|
Loading…
Reference in New Issue