refactor: remove invalid Gmail OAuth2 tokens

They were already unused since
<https://github.com/chatmail/provider-db/pull/310>
This commit is contained in:
link2xt
2025-10-17 03:16:10 +00:00
committed by l
parent b863345600
commit e270a502d1
2 changed files with 1 additions and 17 deletions

View File

@@ -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.