Skip to content

Commit

Permalink
rename redirect to gallery-view
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadim Ritter committed Jul 22, 2024
1 parent 1cb0242 commit deac21f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public PageAction openScreenProctoringTab(
.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);
Expand Down

0 comments on commit deac21f

Please sign in to comment.