Skip to content

Commit

Permalink
feat: 🎨 added debug log in create response
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiabbasi committed Dec 11, 2024
1 parent 520b484 commit 908aeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/helpers/responsesManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export class ResponsesManager {

if (request instanceof LoginRequest) {
if (response.getMetaOrThrow().requiresLogin === true) {
debug('createResponses() requiresLogin condition');
debug('createResponses() requiresLogin condition', request.getPayload().publicKey);

await user.loginWithApp(response.getAppOrThrow(), request.getPayload().publicKey);
}
Expand Down

0 comments on commit 908aeea

Please sign in to comment.