Skip to content

Commit 735f067

Browse files
committed
Redirect to transient_uploads after login
1 parent 6d21086 commit 735f067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,5 @@
216216
}
217217

218218

219-
LOGIN_REDIRECT_URL = "/"
219+
LOGIN_REDIRECT_URL = "/transient_uploads"
220220
LOGOUT_REDIRECT_URL = "/"

0 commit comments

Comments
 (0)