Skip to content
Snippets Groups Projects
Commit e2ff15cb authored by Mateusz Kudela's avatar Mateusz Kudela Committed by Mateusz Żebrak
Browse files

Make empty string as default key alias name

parent 49a78b31
No related branches found
No related tags found
2 merge requests!425V1.27.5.14 release,!422Make empty string as default key alias name
......@@ -133,7 +133,7 @@ class NewKeyAliasBase(KeyAliasForm, ABC):
return typing.cast(str, settings.get("secrets.default_key", ""))
def _default_key_alias_name(self) -> str:
return f"{self.context.working_account.name}@active"
return ""
class NewKeyAlias(NewKeyAliasBase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment