add missing FromJSON instance to AuthResult
This commit is contained in:
parent
886651cac2
commit
fa5e0c8cb2
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,8 @@ data AuthResult
|
||||||
instance ToJSON AuthResult where
|
instance ToJSON AuthResult where
|
||||||
toEncoding = genericToEncoding defaultOptions
|
toEncoding = genericToEncoding defaultOptions
|
||||||
|
|
||||||
|
instance FromJSON AuthResult
|
||||||
|
|
||||||
|
|
||||||
newtype AuthToken = AuthToken ByteString deriving (Show)
|
newtype AuthToken = AuthToken ByteString deriving (Show)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue