Merge "Fix eviction order when linking new external ids" into stable-2.13
This commit is contained in:
@@ -406,8 +406,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