Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Vasilis
2022-02-04 13:59:05 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d309c0201099d9bd9d85effe583021c685651fca
d309c020
1 parent
0f64ea73
fix for typo
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
WarplySDKFrameworkIOS/Warply/Warply.m
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS/Warply/Warply.m
View file @
d309c02
...
...
@@ -603,7 +603,7 @@ WL_VERSION_IMPLEMENTATION(WL_VERSION)
NSDictionary
*
postDictionary2
=
[
NSDictionary
alloc
];
if
([
loginType
isEqual
:
@"email"
])
{
postDictionary2
=
@{
@"app_id"
:
[
contextResponse
objectForKey
:
@"app_id"
],
@"client_id"
:
clientId
,
@"confirm"
:
@"yes"
,
@"email"
:
id
,
@"response_type"
:
@"code"
,
@"scope"
:
[
loginType
stringByAppendingString
:
@" app_id"
]
};
}
else
if
([
loginType
isEqual
:
@"ms
d
isdn"
])
{
}
else
if
([
loginType
isEqual
:
@"msisdn"
])
{
postDictionary2
=
@{
@"app_id"
:
[
contextResponse
objectForKey
:
@"app_id"
],
@"client_id"
:
clientId
,
@"confirm"
:
@"yes"
,
@"msisdn"
:
id
,
@"response_type"
:
@"code"
,
@"scope"
:
[
loginType
stringByAppendingString
:
@" app_id"
]
};
}
else
{
postDictionary2
=
@{
@"app_id"
:
[
contextResponse
objectForKey
:
@"app_id"
],
@"client_id"
:
clientId
,
@"confirm"
:
@"yes"
,
@"username"
:
id
,
@"response_type"
:
@"code"
,
@"scope"
:
[
loginType
stringByAppendingString
:
@" app_id"
]
};
...
...
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
View file @
d309c02
No preview for this file type
Please
register
or
login
to post a comment