redirect to login if session expired in file upload
This commit is contained in:
@@ -357,6 +357,7 @@ script(type="text/ng-template", id="uploadFileModalTemplate")
|
||||
span
|
||||
.alert.alert-warning.small(ng-if="tooManyFiles") #{translate("maximum_files_uploaded_together", {max:"{{max_files}}"})}
|
||||
.alert.alert-warning.small(ng-if="rateLimitHit") #{translate("too_many_files_uploaded_throttled_short_period")}
|
||||
.alert.alert-warning.small(ng-if="notLoggedIn") #{translate("session_expired_redirecting_to_login", {seconds:"{{secondsToRedirect}}"})}
|
||||
|
||||
.modal-body(
|
||||
fine-upload
|
||||
|
||||
Reference in New Issue
Block a user