Skip to content

Commit

Permalink
url changed
Browse files Browse the repository at this point in the history
Signed-off-by: SayedTahsin <[email protected]>
  • Loading branch information
SayedTahsin committed Jul 8, 2024
1 parent a2da427 commit 4857c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/_default/embed_console.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@
const hostname =window.location.hostname

if(hostname==='appscode.ninja')
acSignInButton.setAttribute('href', 'https://accounts.appscode.ninja/accounts/user/login');
acSignInButton.setAttribute('href', 'https://appscode.ninja/accounts/user/login');
else
acSignInButton.setAttribute('href', 'https://accounts.appscode.com/accounts/user/login');
acSignInButton.setAttribute('href', 'https://appscode.com/accounts/user/login');

const urlParams = new URLSearchParams(window.location.search);
const color = urlParams.get('color');
Expand Down

0 comments on commit 4857c07

Please sign in to comment.