add microsoft login

This commit is contained in:
Ruben Fiszel
2022-12-10 12:18:32 +01:00
parent b0baa07579
commit 97bcdc8e3d
3 changed files with 13 additions and 2 deletions

View File

@@ -820,7 +820,7 @@ async fn slack_command(
}
#[allow(non_snake_case)]
#[derive(Deserialize)]
#[derive(Deserialize, Debug)]
pub struct UserInfo {
email: Option<String>,
name: Option<String>,