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
The "sign in" button in the top right menu points to href="#/login"
It should also ng-click="vm.page='signin' so that returning users that haven't saved wallet in local machine can go directly to 'signin' not 'create', in current flow user has to go through 'options'
The text was updated successfully, but these errors were encountered:
Actual behavior.
If user hasn't saved pin code he don't see 'sign in' button and always turns on 'create' page (by toolbar menu 'Sign in' also). It seems right, because the 'signin' page is valid only if exist previous saved (locally) account name or number.
To be able to go on 'signin' page we need to redesign this page to support signin by blank form. Such signin is useful in untrusted environment, eg someone else's computer. It is leads user to input account name/number and secret phrase every time until he save its secret phrase and pin code.
The "sign in" button in the top right menu points to href="#/login"
It should also ng-click="vm.page='signin' so that returning users that haven't saved wallet in local machine can go directly to 'signin' not 'create', in current flow user has to go through 'options'
The text was updated successfully, but these errors were encountered: