mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 08:37:06 +00:00
GODT-1524: Logout issues with macOS.
This commit is contained in:
@ -60,3 +60,7 @@ func (ctl *Controller) GetAuthClient(username string) pmapi.Client {
|
||||
}
|
||||
return client
|
||||
}
|
||||
|
||||
func (ctl *Controller) RevokeSession(username string) error {
|
||||
return errors.New("revoke live session not implemented")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user