Skip to content

Commit a64b4b3

Browse files
committed
change call to RemoveConnectedWalletAddress
1 parent a8b72d2 commit a64b4b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public void ResetSessionId()
134134
public void ResetLoginAfterTest()
135135
{
136136
_connector = this;
137-
SetConnectedWalletAddress(null);
137+
RemoveConnectedWalletAddress();
138138
SetupAuthenticator();
139139
}
140140

0 commit comments

Comments
 (0)