We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d9e7d commit 869b98aCopy full SHA for 869b98a
integrations/oidc/src/index.tsx
@@ -40,7 +40,7 @@ type OIDCProps = {
40
export type OIDCAction = { action: 'save.config' };
41
42
const getDomainWithHttps = (url: string): string => {
43
- const sanitizedURL = url.trim().toLowerCase();
+ const sanitizedURL = url.trim();
44
if (sanitizedURL.startsWith('https://')) {
45
return sanitizedURL;
46
} else if (sanitizedURL.startsWith('http://')) {
0 commit comments