Skip to content

Commit 2c4c59c

Browse files
committed
🐛 Fix typo
1 parent 2a78ddd commit 2c4c59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/shared/src/authUrl.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const handleOAuth2Url = async (input: HandleOAuth2Url) => {
9898
if(typeof baseUrl == "string"){
9999
BASE_URL = baseUrl;
100100
}else{
101-
BASE_URL = (baseUrl as DynamicAuthorization)(data.SUBDOMAIN);
101+
BASE_URL = (baseUrl as DynamicAuthorization)(data.SUBDOMAIN as string);
102102
}
103103
}else if (needsEndUserSubdomain(providerName, vertical)){
104104
if(typeof baseUrl == "string"){

0 commit comments

Comments
 (0)