Skip to content

Commit

Permalink
[SWIF-264] [build fixes]
Browse files Browse the repository at this point in the history
  • Loading branch information
zakialvi-e64 committed Nov 30, 2023
1 parent 52e8b76 commit a79f5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transcribe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class TranscriptionEngine {
});

if (session == null || session.session == null) {
//window.open(SWIFTINK_AUTH_CALLBACK, "_blank");
window.open(SWIFTINK_AUTH_CALLBACK, "_blank");
return Promise.reject(
"No user session found. Please log in and try again.",
);
Expand Down

0 comments on commit a79f5f9

Please sign in to comment.