restores Admin sessions
This commit is contained in:
@@ -34,7 +34,7 @@ getClaimsFromSession session =
|
||||
else
|
||||
[]
|
||||
|
||||
Session.Admin ->
|
||||
Session.Admin _ ->
|
||||
[]
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ view model =
|
||||
let
|
||||
( isPlayer, isGroup ) =
|
||||
case Session.user model.session of
|
||||
Session.Admin ->
|
||||
Session.Admin _ ->
|
||||
( False, False )
|
||||
|
||||
Session.Player data ->
|
||||
|
||||
Reference in New Issue
Block a user