Skip to content

Commit

Permalink
fix comment placement
Browse files Browse the repository at this point in the history
- this comment is supposed to be placed above login.url, but probably
became misplaced at some point.
  • Loading branch information
peterhaochen47 committed Oct 2, 2024
1 parent 632c47c commit e96e490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uaa/src/main/resources/uaa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ issuer:
login:
# Enable create account and forgot password links on the Login Server (enabled by default)
#selfServiceLinksEnabled: true
#base URL that the login server can be reached at
# oauth:
# providers:
# my-oauth-provider:
Expand Down Expand Up @@ -366,6 +365,7 @@ login:
# - name: passcode
# type: password
# text: MyTemporary Authentication Code (Get on at /passcode)
#base URL that the login server can be reached at
url: http://localhost:8080/uaa
# defaultIdentityProvider: uaa
# idpDiscoveryEnabled: true
Expand Down

0 comments on commit e96e490

Please sign in to comment.