Skip to content

Commit 5966dd4

Browse files
committed
minor variable name change
1 parent 7e258c7 commit 5966dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ def acquire_token_interactive(self,
846846
claims_challenge=None,
847847
):
848848
_port = port or _get_open_port()
849-
redirect_uri = "http://localhost:%d" % port
849+
redirect_uri = "http://localhost:%d" % _port
850850
request_state = str(uuid.uuid4())
851851
auth_url = self.get_authorization_request_url(
852852
scopes=scopes,

0 commit comments

Comments
 (0)