mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 13:26:28 +03:00
Do not export more than strictly necessary
This commit is contained in:
@@ -23,7 +23,7 @@ const OAUTH2_YANDEX: Oauth2 = Oauth2 {
|
||||
};
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub struct Oauth2 {
|
||||
struct Oauth2 {
|
||||
client_id: &'static str,
|
||||
get_code: &'static str,
|
||||
init_token: &'static str,
|
||||
|
||||
Reference in New Issue
Block a user