Skip to content

Commit a6fe3ce

Browse files
committed
added error log in ew adapter
1 parent fd837c5 commit a6fe3ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Packages/Sequence-Unity/Sequence/SequenceSDK/Adapter/EmbeddedWalletAdapter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ private async Task WaitForLoginProcess()
279279

280280
private void OnLoginFailed(string error, LoginMethod method, string email, List<LoginMethod> loginMethods)
281281
{
282+
SequenceLog.Error($"Login failed with method {method} and email {email}: {error}");
282283
SetLoginResult(false, true);
283284
}
284285

0 commit comments

Comments
 (0)