Skip to content

Commit e8df4c8

Browse files
committed
Setup default authenticator inside SequenceLogin
1 parent 315185d commit e8df4c8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Packages/Sequence-Unity/Sequence/SequenceSDK/EmbeddedWallet/SequenceLogin.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,13 @@ public static SequenceLogin GetInstance(IValidator validator = null, IAuthentica
5151
{
5252
_instance = new SequenceLogin(validator, authenticator, connector, automaticallyFederateAccountsWhenPossible, connectedWalletAddress);
5353
}
54+
5455
if (connectedWalletAddress != null)
5556
{
5657
_instance.SetConnectedWalletAddress(connectedWalletAddress);
5758
}
59+
60+
_instance.SetupAuthenticator();
5861
return _instance;
5962
}
6063

Packages/Sequence-Unity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xyz.0xsequence.waas-unity",
3-
"version": "4.6.4",
3+
"version": "4.6.5",
44
"displayName": "Sequence Embedded Wallet SDK",
55
"description": "A Unity SDK for Sequence APIs",
66
"unity": "2021.3",

0 commit comments

Comments
 (0)