Skip to content
Snippets Groups Projects
Commit 00a44862 authored by Jakub Ziebinski's avatar Jakub Ziebinski Committed by Jakub Ziebinski
Browse files

Automatically add an account to a known list during onboarding

parent a207b3fd
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !467. Comments created here will be created in the context of that merge request.
......@@ -63,6 +63,7 @@ class SetAccount(BaseScreen, FormScreen[Profile]):
# allow only for adding one account
self.context.accounts.watched.clear()
self.context.accounts.unset_working_account()
self.context.accounts.known.add(account_name)
self._remove_invalid_known_accounts(account_name)
if self.__is_working_account():
......
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