core: return error response when wrong passphrase is passed to start

This commit is contained in:
Evgeny Poberezkin
2023-09-27 21:15:19 +01:00
parent bbe329072e
commit ea319313f1
6 changed files with 34 additions and 27 deletions
-3
View File
@@ -629,9 +629,6 @@ data ChatCtrlCfg = ChatCtrlCfg
}
deriving (Show, Generic, FromJSON)
defChatCtrlCfg :: ChatCtrlCfg
defChatCtrlCfg = ChatCtrlCfg True True True Nothing
newtype UserPwd = UserPwd {unUserPwd :: Text}
deriving (Eq, Show)