Skip to content

Commit

Permalink
Change accounts-server path (#150)
Browse files Browse the repository at this point in the history
Signed-off-by: Rokibul Hasan <[email protected]>
  • Loading branch information
RokibulHasan7 authored Jul 2, 2024
1 parent f891b6c commit 5f4b486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/_default/embed_console.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</head>

<body>
<a id="ac-sign-in-button" href="https://accounts.appscode.com/user/login" target="_blank" class="button ac-button is-loading">
<a id="ac-sign-in-button" href="https://accounts.appscode.com/accounts/user/login" target="_blank" class="button ac-button is-loading">
<span class="icon">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M2.25 15a4.5 4.5 0 0 0 4.5 4.5H18a3.75 3.75 0 0 0 1.332-7.257 3 3 0 0 0-3.758-3.848 5.25 5.25 0 0 0-10.233 2.33A4.502 4.502 0 0 0 2.25 15Z" />
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/header/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ <h2>RESOURCES</h2>
<!-- navbar items end -->
<div class="buttons">
<iframe src="/embed/?color=00a651" frameborder="0" scrolling="no" class="embeded-console-button" title="embeded-console-button"></iframe>
<!-- <a id="ac-sign-in-button" href="https://accounts.appscode.com/user/login"
<!-- <a id="ac-sign-in-button" href="https://accounts.appscode.com/accounts/user/login"
class="button ac-button is-loading {{ if eq $currentPageType "docs" }} is-hidden {{ end }}"><span>SIGN IN</span></a> -->
<a href="{{ $.Site.Params.domain_appscode }}/contact/"
class="button ac-button is-primary {{ if eq $currentPageType "docs" }} is-hidden {{ end }}">
Expand Down

0 comments on commit 5f4b486

Please sign in to comment.