Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhichao Link committed Jul 18, 2023
1 parent 0c1f9a1 commit 9d1e2d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Assets/ParticleNetwork/Mobile/Demo/AuthDemo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ public async void Login()
{
// login email
var nativeResultData = await ParticleAuthService.Instance.Login(LoginType.PHONE, null, SupportAuthType.ALL,
false, SocialLoginPrompt.SelectAccount,
new LoginAuthorization("0xa0869E99886e1b6737A4364F2cf9Bb454FD637E4", false));
false, SocialLoginPrompt.SelectAccount);
Debug.Log(nativeResultData.data);

if (nativeResultData.isSuccess)
Expand Down

0 comments on commit 9d1e2d5

Please sign in to comment.