-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix 3040, Redirect to login page in case of Unauthorized #3092
Fix 3040, Redirect to login page in case of Unauthorized #3092
Conversation
case 403: | ||
// Redirect to Login Page and add the current url as next | ||
window.location.href = USER_LOGIN_URL + "?next=" + window.location.href |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Please write a test for this. |
|
||
PLAYLIST_ID = "g3_p1" | ||
import urllib |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
8baa35d
to
266d98a
Compare
266d98a
to
cfb423d
Compare
Hi @jamalex , can you help me figure out the problem. |
@anuragkanungo some of the tests seem to be dependent on the conditions of the machine running them, and we're working to remove these non-deterministic features from the tests. I restarted the build, but if it fails again then someone (perhaps me?) will test it manually before merging. |
I'll merge this now, since the fix is needed for a classroom taking a test today. @anuragkanungo please try to investigate why this is failing. |
Fix 3040, Redirect to login page in case of Unauthorized
Fixes #3040