in backend, if no username/password, then notesee_settings should return password auth = false
Then the frontend should not show login form for user/pass
similar if ACCESS_GOOGLE_ID not set, then notesee settings should return google auth = false
Then the frontend should not show the login form for google one-click
don't show logout button if login not enable from backend
given The system does not use Authentication password
when User visits a note
then Don't show the logout button
in backend, if no username/password, then notesee_settings should return password auth = false Then the frontend should not show login form for user/pass
similar if ACCESS_GOOGLE_ID not set, then notesee settings should return google auth = false Then the frontend should not show the login form for google one-click
don't show logout button if login not enable from backend
given The system does not use Authentication password when User visits a note then Don't show the logout button