fix: Remove redundant slash character
This commit is contained in:
parent
d8fbb60e3b
commit
7b69a765e2
@ -22,7 +22,7 @@ var config = oauth2.Config{
|
|||||||
ClientID: "dccb4b93-3f75-4775-a94a-da39216d7daf",
|
ClientID: "dccb4b93-3f75-4775-a94a-da39216d7daf",
|
||||||
ClientSecret: "tiL8Q~qahoaZUck4ZG4sc5w.V_I.1c60bwkW6aYJ",
|
ClientSecret: "tiL8Q~qahoaZUck4ZG4sc5w.V_I.1c60bwkW6aYJ",
|
||||||
Endpoint: microsoft.AzureADEndpoint("ceeae22e-f163-4ac9-b7c2-45972d3aed4f"),
|
Endpoint: microsoft.AzureADEndpoint("ceeae22e-f163-4ac9-b7c2-45972d3aed4f"),
|
||||||
RedirectURL: "https://alias.spamasaurus.com//callback",
|
RedirectURL: "https://alias.spamasaurus.com/callback",
|
||||||
Scopes: []string{"User.Read"},
|
Scopes: []string{"User.Read"},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user