Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Wolfgang Knopki
Spacedeck-open-SAML
Commits
b72a3af1
Commit
b72a3af1
authored
May 19, 2019
by
mntmn
Browse files
remove google login button
parent
f7394d31
Changes
1
Show whitespace changes
Inline
Side-by-side
views/partials/login.html
View file @
b72a3af1
...
@@ -23,9 +23,6 @@
...
@@ -23,9 +23,6 @@
<div
id=
"login"
v-bind:class=
"{active : active_view == 'login'}"
>
<div
id=
"login"
v-bind:class=
"{active : active_view == 'login'}"
>
<div
class=
"content"
>
<div
class=
"content"
>
<form
v-on:submit=
"login_submit(user_forms_email, login_password, $event)"
>
<form
v-on:submit=
"login_submit(user_forms_email, login_password, $event)"
>
<span
class=
"btn btn-xs btn-darken pull-right"
v-on:click=
"login_google();"
>
[[__("login_google")]]
</span>
<h4>
[[__("login")]]
</h4>
<h4>
[[__("login")]]
</h4>
<div
class=
"tight"
>
<div
class=
"tight"
>
...
@@ -55,8 +52,6 @@
...
@@ -55,8 +52,6 @@
<div
id=
"signup"
v-bind:class=
"{active : active_view == 'signup'}"
>
<div
id=
"signup"
v-bind:class=
"{active : active_view == 'signup'}"
>
<div
class=
"content"
>
<div
class=
"content"
>
<form
v-on:submit=
"signup_submit($event, user_forms_name, user_forms_email, signup_password, signup_password_confirmation)"
>
<form
v-on:submit=
"signup_submit($event, user_forms_name, user_forms_email, signup_password, signup_password_confirmation)"
>
<span
class=
"btn btn-xs btn-darken pull-right"
v-on:click=
"login_google();"
>
[[__("login_google")]]
</span>
<h4>
[[__("signup")]]
</h4>
<h4>
[[__("signup")]]
</h4>
<div
class=
"tight"
>
<div
class=
"tight"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
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 comment