mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 10:56:29 +03:00
refactor: remove invalid Gmail OAuth2 tokens
They were already unused since <https://github.com/chatmail/provider-db/pull/310>
This commit is contained in:
@@ -82,13 +82,9 @@ pub enum UsernamePattern {
|
||||
|
||||
/// Type of OAuth 2 authorization.
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
#[repr(u8)]
|
||||
pub enum Oauth2Authorizer {
|
||||
/// Yandex.
|
||||
Yandex = 1,
|
||||
|
||||
/// Gmail.
|
||||
Gmail = 2,
|
||||
Yandex,
|
||||
}
|
||||
|
||||
/// Email server endpoint.
|
||||
|
||||
Reference in New Issue
Block a user