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 , if a response submission is attempted by an unauthenticated user , the page just refreshes. This is not a good user experience. This should be improved by redirecting to the login page using @login_required decorator.
The text was updated successfully, but these errors were encountered:
Currently,there is a login link if the user is unauthenticated. Automatic redirection should happen before landing on to the submission page.
Reference: Submission page
Currently , if a response submission is attempted by an unauthenticated user , the page just refreshes. This is not a good user experience. This should be improved by redirecting to the login page using
@login_required
decorator.The text was updated successfully, but these errors were encountered: