Skip to content

Onboarding passes with reset atSign #1587

@pcutillas

Description

@pcutillas

Which at_widget package you find issue with?

at_onboarding_flutter

On what platforms did you experience the issue?

Android

What version are you using?

6.1.11

What happened?

I was previously signed in on a device using an atSign, and after resetting the atSign and restarting the app, I'd expect onboarding to return AtOnboardingResultStatus.error, but it returns AtOnboardingResultStatus.success.

Steps to reproduce

1. Onboard new or activated atSign with `AtOnboarding.onboard()`
2. Reset atSign through the atSign portal
3. Close and restart app
4. Onboard the same atSign with `final result = AtOnboarding.onboard()`, setting `atsign: await _keyChainManager.getAtSign()`
5. Inspect the result status

Additional info

No response

Relevant log output

Flutter analyze output

Flutter doctor output

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions