mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 10:17:18 +00:00
OAuth: use IP config
This commit is contained in:
parent
b84f59b4aa
commit
08317ae814
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue