Skip to content

Commit

Permalink
Add Google SSO
Browse files Browse the repository at this point in the history
  • Loading branch information
Oceania2018 committed Feb 19, 2024
1 parent c613cbe commit aa50eae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botsharp-ui",
"version": "0.4.0",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=18.0.0"
Expand Down
12 changes: 1 addition & 11 deletions src/routes/(authentication)/login/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -184,17 +184,7 @@
</a>
</li>
<li class="list-inline-item">
<a href={null} class="social-list-item bg-primary text-white border-primary">
<i class="mdi mdi-facebook" />
</a>
</li>
<li class="list-inline-item">
<a href={null} class="social-list-item bg-info text-white border-info">
<i class="mdi mdi-twitter" />
</a>
</li>
<li class="list-inline-item">
<a href={null} class="social-list-item bg-danger text-white border-danger">
<a href="{PUBLIC_SERVICE_URL}/sso/Google?redirectUrl={PUBLIC_LIVECHAT_HOST}/page/user/me" class="social-list-item bg-danger text-white border-danger">
<i class="mdi mdi-google" />
</a>
</li>
Expand Down

0 comments on commit aa50eae

Please sign in to comment.