[management] do not use meta diff for login (#6502)

This commit is contained in:
Pascal Fischer
2026-06-22 17:36:52 +02:00
committed by GitHub
parent af3b7e4497
commit 6c26178ad5

View File

@@ -1170,7 +1170,7 @@ func (am *DefaultAccountManager) LoginPeer(ctx context.Context, login types.Peer
}
// This is needed to keep in memory for the peer config. Otherwise browser client will end in a retry loop
peer.UpdateMetaIfNew(ctx, login.Meta)
peer.Meta = login.Meta
peerGroupIDs, err = getPeerGroupIDs(ctx, am.Store, accountID, peer.ID)
if err != nil {