Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit d8ec7e78
authored
Jun 14, 2022
by
aagusti
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
penyesuaian google client
1 parent
0d5e7327
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
14 deletions
opensipkd/base/views/templates/login.pt
opensipkd/base/views/templates/login.pt
View file @
d8ec7e7
...
...
@@ -83,14 +83,10 @@
href=
"${home}/reset-password"
>
Lupa Password?
</a>
</div>
</section>
<section>
<input
id=
"provider_name"
type=
"hidden"
name=
"provider_name"
class=
"form-control"
>
<input
id=
"id_token"
type=
"hidden"
name=
"id_token"
class=
"form-control"
>
</section>
</fieldset>
<footer>
<div
style=
"float:right"
>
<section>
<div
class=
"row"
style=
"float:right"
>
<button
type=
"submit"
id=
"login-btn"
name=
"login"
class=
"btn btn-primary"
style=
"float:left"
value=
"Login"
>
...
...
@@ -101,21 +97,24 @@
value=
"Register"
style=
"float:left"
>
Register
</button>
<div
class=
"clearfix"
></div
>
<!--? <div class="clearfix"></div>--
>
</div>
<!--? <div-->
<!--? style="margin-top:10px;" tal:condition="request.google_signin_client_id and allow_register(request)"-->
<!--? class="g-signin2 text-center"-->
<!--? data-onsuccess="onSignIn">handleCredentialResponse-->
<!--? </div>-->
<div
tal:condition=
"request.google_signin_client_id and allow_register(request)"
>
</section>
</footer>
<footer>
<section>
<div
class=
"row"
tal:condition=
"request.google_signin_client_id and allow_register(request)"
>
<div
id=
"g_id_onload"
data-client_id=
"${request.google_signin_client_id}"
data-callback=
"onSignIn"
>
</div>
<div
class=
"g_id_signin"
data-type=
"standard"
></div>
</div>
</section>
<section>
<input
id=
"provider_name"
type=
"hidden"
name=
"provider_name"
class=
"form-control"
>
<input
id=
"id_token"
type=
"hidden"
name=
"id_token"
class=
"form-control"
>
</section>
</footer>
...
...
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