Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sprachschulsystem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Pokorný
Sprachschulsystem
Commits
a6b5aab7
There was an error fetching the commit references. Please try again later.
Commit
a6b5aab7
authored
1 year ago
by
Dominika Zemanovičová
Browse files
Options
Downloads
Patches
Plain Diff
Change create to register
parent
37d8f1af
No related branches found
No related tags found
1 merge request
!44
fixed ConfidentialClientApplication
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
application/confidentialClient/src/main/java/org/fuseri/confidentialclient/AuthClientController.java
+2
-2
2 additions, 2 deletions
...a/org/fuseri/confidentialclient/AuthClientController.java
with
2 additions
and
2 deletions
application/confidentialClient/src/main/java/org/fuseri/confidentialclient/AuthClientController.java
+
2
−
2
View file @
a6b5aab7
...
...
@@ -43,9 +43,9 @@ public class AuthClientController {
try
{
var
response
=
userRegisterRestTemplate
.
postForObject
(
url
,
request
,
UserDto
.
class
);
return
response
==
null
?
"Unable to
c
re
a
te user."
:
response
.
toString
();
return
response
==
null
?
"Unable to re
gis
te
r
user."
:
response
.
toString
();
}
catch
(
RestClientException
e
)
{
return
"Unable to
c
re
a
te user: "
+
e
.
getMessage
();
return
"Unable to re
gis
te
r
user: "
+
e
.
getMessage
();
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment