Skip to content

Commit

Permalink
log added
Browse files Browse the repository at this point in the history
  • Loading branch information
dimacodota committed Oct 17, 2023
1 parent e3367e6 commit 3f84cf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cloudEnvs/openLogin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { startLoginServer } from "../binary/requests/startLoginServer";
export async function openExternalLogin(): Promise<void> {
const url = await startLoginServer();
if (!url) {
console.error("could not strat the login server");
return;
}
const remapedUrl = await asExternal(url);
Expand Down

0 comments on commit 3f84cf9

Please sign in to comment.