Skip to content

Commit 5054164

Browse files
committed
feature fix: added GET /providers
1 parent dea23af commit 5054164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obp-api/src/main/scala/code/api/v6_0_0/APIMethods600.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ trait APIMethods600 {
694694
|* OAuth 2.0 / OpenID Connect providers (e.g., "google.com", "microsoft.com")
695695
|* Custom authentication providers
696696
|
697-
|${authenticationRequiredMessage(true)}
697+
|${userAuthenticationMessage(true)}
698698
|
699699
|""".stripMargin,
700700
EmptyBody,

0 commit comments

Comments
 (0)