Skip to content

Commit e4efb31

Browse files
tudormarzeTudor Mrobwalkerco
authored
Fix #790 order of parameters for register on iOS (#804)
* Fix order of parameters for `register` on iOS * chore: add changeset --------- Co-authored-by: Tudor M <hello@tudormarze.com> Co-authored-by: Rob Walker <hi@robwalker.co>
1 parent 5e71171 commit e4efb31

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/curly-years-obey.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-native-app-auth': patch
3+
---
4+
5+
Fix order of parameters for register on iOS

ios/RNAppAuth.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ - (dispatch_queue_t)methodQueue
4646
subjectType: (NSString *) subjectType
4747
tokenEndpointAuthMethod: (NSString *) tokenEndpointAuthMethod
4848
additionalParameters: (NSDictionary *_Nullable) additionalParameters
49-
connectionTimeoutSeconds: (double) connectionTimeoutSeconds
5049
serviceConfiguration: (NSDictionary *_Nullable) serviceConfiguration
50+
connectionTimeoutSeconds: (double) connectionTimeoutSeconds
5151
additionalHeaders: (NSDictionary *_Nullable) additionalHeaders
5252
resolve: (RCTPromiseResolveBlock) resolve
5353
reject: (RCTPromiseRejectBlock) reject)

0 commit comments

Comments
 (0)