Skip to content

Commit cfa38dd

Browse files
author
Sachin Maheshwari
committed
moving pattern to env
1 parent b675148 commit cfa38dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-assets/js/setupAuth0WithRedirect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const authSetup = function () {
4646
const mode = qs['mode'] || 'signIn';
4747
let returnAppUrl = handleSpecificReturnUrl(qs['retUrl'], 'retUrl');
4848
let appUrl = qs['appUrl'] || false;
49-
const discord_pattern = 'https://tc-topbot-1.herokuapp.com/';
49+
const discord_pattern = '{{DISCORD_URL_PATTERN}}';
5050

5151
if (utmSource &&
5252
(utmSource != 'undefined') &&

0 commit comments

Comments
 (0)