mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-23 02:26:42 +00:00
fix: address review comments
This commit is contained in:
6
internal/bridge/bridge_test_exports.go
Normal file
6
internal/bridge/bridge_test_exports.go
Normal file
@ -0,0 +1,6 @@
|
||||
package bridge
|
||||
|
||||
// IsAuthorized returns whether the user has received an Auth from the API yet.
|
||||
func (u *User) IsAuthorized() bool {
|
||||
return u.isAuthorized
|
||||
}
|
||||
Reference in New Issue
Block a user