Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
dtd
/
civitas.ui
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 9b3cf799
authored
Apr 23, 2025
by
Nabiilah Putri Safa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit button auth
1 parent
1710b41f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
29 deletions
views/pages/authentication/AuthProvider.vue
views/pages/authentication/AuthProvider.vue
View file @
9b3cf79
...
...
@@ -26,36 +26,30 @@ onMounted(() => {
<
template
>
<VBtn
class=
"sso-btn font-weight-medium"
color=
"#3d3d3d"
block
type=
"submit"
rounded=
"xl"
@
click=
"login"
>
Sign in SSO
</VBtn>
class=
"sso-btn font-weight-medium"
color=
"#3d3d3d"
prepend-icon=
"ri-key-fill"
block
type=
"submit"
rounded=
"xl"
@
click=
"login"
>
Single Sign On
</VBtn>
<VBtn
class=
"google-btn font-weight-medium"
color=
"#3d3d3d"
block
type=
"submit"
rounded=
"xl"
variant=
"outlined"
style=
"margin-block-start: 5px;"
@
click=
"loginGoogle"
>
<template
#
prepend
>
<VImg
src=
"https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/google.svg"
alt=
"Google"
max-width=
"20"
class=
"mr-2"
/>
</
template
>
Sign in with Google
</VBtn>
<VBtn
class=
"google-btn font-weight-medium"
color=
"#3d3d3d"
prepend-icon=
"ri-google-fill"
block
type=
"submit"
rounded=
"xl"
variant=
"outlined"
style=
"margin-block-start: 5px"
@
click=
"loginGoogle"
>
Sign in with Google
</VBtn>
</
template
>
<
style
scoped
>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment