Skip to content

Commit f6095b2

Browse files
authored
Merge pull request #43 from inplayer-org/fix/get-register-fields-authentication
Remove authentication check for getRegisterFields api call.
2 parents c26fc50 + 081161e commit f6095b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Core/API/Account/INPAccountService.swift

+1
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ private enum AccountAPIRouter: INPAPIConfiguration {
488488
.forgotPassword,
489489
.authenticate,
490490
.authenticateClientCredentials,
491+
.getRegisterFields,
491492
.getSocialURLs:
492493
return false
493494
default:

0 commit comments

Comments
 (0)