We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14cdf6 commit 01e1e7dCopy full SHA for 01e1e7d
lib/utils/isCustomDomain.ts
@@ -1,3 +1,3 @@
1
export const isCustomDomain = (domain: string): boolean => {
2
- return !domain.match("^[a-zA-Z]*.kinde.com");
3
-}
+ return !domain.match("^[a-zA-Z]*.kinde.com");
+};
0 commit comments