mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
OAuth: ask tenant
This commit is contained in:
@@ -1291,5 +1291,10 @@ public class EmailProvider implements Parcelable {
|
||||
String privacy;
|
||||
String prompt;
|
||||
Map<String, String> parameters;
|
||||
|
||||
boolean askTenant() {
|
||||
return (authorizationEndpoint.contains("{tenant}") ||
|
||||
tokenEndpoint.contains("{tenant}"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user