mirror of
1
Fork 0

remove `len(sshKeys) == 0` check

This commit is contained in:
Maxim Slipenko 2024-12-21 21:25:38 +00:00
parent c271779092
commit 515eec3d1a
1 changed files with 0 additions and 4 deletions

View File

@ -1222,10 +1222,6 @@ func updateSSHPubIfNeed(
return err
}
if len(sshKeys) == 0 {
return nil
}
if asymkey_model.SynchronizePublicKeys(ctx, user, authSource, sshKeys) {
err = asymkey_model.RewriteAllPublicKeys(ctx)
if err != nil {