mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 19:43:11 +02:00
OAuth: use IP config
This commit is contained in:
@@ -747,6 +747,7 @@ public class FragmentOAuth extends FragmentBase {
|
||||
ident.provider = provider.id;
|
||||
ident.user = username;
|
||||
ident.password = state;
|
||||
ident.use_ip = provider.useip;
|
||||
ident.synchronize = true;
|
||||
ident.primary = ident.user.equals(ident.email);
|
||||
ident.max_size = max_size;
|
||||
|
||||
Reference in New Issue
Block a user