We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a78ddd commit 2c4c59cCopy full SHA for 2c4c59c
packages/shared/src/authUrl.ts
@@ -98,7 +98,7 @@ const handleOAuth2Url = async (input: HandleOAuth2Url) => {
98
if(typeof baseUrl == "string"){
99
BASE_URL = baseUrl;
100
}else{
101
- BASE_URL = (baseUrl as DynamicAuthorization)(data.SUBDOMAIN);
+ BASE_URL = (baseUrl as DynamicAuthorization)(data.SUBDOMAIN as string);
102
}
103
}else if (needsEndUserSubdomain(providerName, vertical)){
104
0 commit comments