From af0aa669cfadc51797c1fa2c69e36797d6b166e3 Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Sat, 31 Jan 2026 07:47:39 +0100 Subject: [PATCH] Updated script to use new module name. --- bin/interactive-login.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/interactive-login.mjs b/bin/interactive-login.mjs index df72a4d..c9bd0e4 100755 --- a/bin/interactive-login.mjs +++ b/bin/interactive-login.mjs @@ -1,6 +1,6 @@ #!/usr/bin/env node -import { loginInteractive } from "../src/auth.js"; +import { loginInteractive } from "../src/azure.js"; import { config } from "../public-config.js"; import { createHash } from "crypto";