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
Currently, when a user goes to https://COMPANY.airy.co/login (such as https://kik.airy.co/login), they see the following on the page:
once they click the auth0 button, they are sent to a page to enter their login credentials:
We should change this process, so that when users go to https://COMPANY.airy.co/login, they are automatically redirected to the second image, where they can already enter their credentials.
We should also change this process, so that when users logout of their instance, they are automatically redirected to the page where they can enter their credentials again.
Technical notes
Automatically redirect to single oauth provider login page
Login Process
Currently, when a user goes to https://COMPANY.airy.co/login (such as https://kik.airy.co/login), they see the following on the page:
once they click the auth0 button, they are sent to a page to enter their login credentials:
We should change this process, so that when users go to https://COMPANY.airy.co/login, they are automatically redirected to the second image, where they can already enter their credentials.
Logout Process
Similar to the login process: when users log out of their instance, they are sent to https://COMPANY.airy.co/login?logout where they see this:
We should also change this process, so that when users logout of their instance, they are automatically redirected to the page where they can enter their credentials again.
Technical notes
The text was updated successfully, but these errors were encountered: