diff --git a/src/main/webapp/WEB-INF/jsp/clientdetails/test_client.jsp b/src/main/webapp/WEB-INF/jsp/clientdetails/test_client.jsp index cd214b5..1c8bb6f 100644 --- a/src/main/webapp/WEB-INF/jsp/clientdetails/test_client.jsp +++ b/src/main/webapp/WEB-INF/jsp/clientdetails/test_client.jsp @@ -59,8 +59,25 @@ + +
+
Test [password]
+ +
+
+
- Back + Back
@@ -72,6 +89,8 @@ $scope.scope = "${clientDetailsDto.scope}"; $scope.redirectUri = "${empty clientDetailsDto.webServerRedirectUri?'http://localhost:8080/spring-oauth-server/unity/dashboard.htm':clientDetailsDto.webServerRedirectUri}"; + $scope.username = "mobile"; + $scope.password = "mobile"; }];