rename redirect to gallery-view
This commit is contained in:
parent
1cb0242507
commit
deac21f4ba
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ public class MonitoringProctoringService {
|
|||
.getUserPassword();
|
||||
final String body = "username=" + currentUser.get().username
|
||||
+ "&password=" + userPassword.toString()
|
||||
+ "&redirect=/galleryView/" + group.uuid;
|
||||
+ "&redirect=/gallery-view/" + group.uuid;
|
||||
|
||||
// apply jwt token request
|
||||
final HttpEntity<String> httpEntity = new HttpEntity<>(body, httpHeaders);
|
||||
|
|
Loading…
Reference in a new issue