You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In order to create different versions of the app with different feature sets we need to be able to enable and disable the verification frontend.
Describe the solution you'd like
Based on the verification feature flag from #517 we need to show the verification tab. We also need to adjust the permissions of the app like hinted in #430.
Right now the tab is shown or not shown based on the the dart entry point. This logic should be removed.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In order to create different versions of the app with different feature sets we need to be able to enable and disable the verification frontend.
This issue requires that #513 and #515 is done.
Describe the solution you'd like
Based on the
verification
feature flag from #517 we need to show the verification tab. We also need to adjust the permissions of the app like hinted in #430.Right now the tab is shown or not shown based on the the dart entry point. This logic should be removed.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: