Fixes ENG-11086.
On web, the display logic is based on this value, so when loggedIn == false && restoreBackupState != 'no_backup', progress screen is displayed.
We should set restore state to no_backup as soon as logout starts. This both fixes the display issue and is more correct in terms of app/backup lifecycle logic.