Merge "Fix eviction order when linking new external ids"
This commit is contained in:
@@ -396,8 +396,8 @@ public class AccountManager {
|
||||
|
||||
if (who.getEmailAddress() != null) {
|
||||
byEmailCache.evict(who.getEmailAddress());
|
||||
byIdCache.evict(to);
|
||||
}
|
||||
byIdCache.evict(to);
|
||||
}
|
||||
|
||||
return new AuthResult(to, key, false);
|
||||
|
||||
Reference in New Issue
Block a user