mirror of
https://github.com/1f349/themes.git
synced 2024-12-22 08:14:11 +00:00
Fix authorize form and open header links in new tab
This commit is contained in:
parent
11db80f021
commit
6542eab2c2
@ -13,7 +13,7 @@
|
||||
<div class="relative hidden lg:flex items-center ml-auto">
|
||||
<nav class="text-sm leading-6 font-semibold">
|
||||
<ul class="flex space-x-8">
|
||||
<li><a href="https://1f349.com">1f349.com</a></li>
|
||||
<li><a href="https://1f349.com" target="_blank">1f349.com</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
@ -19,7 +19,7 @@
|
||||
{{end}}
|
||||
</ul>
|
||||
</div>
|
||||
<form method="POST" action="/login" class="space-y-4 md:space-y-6">
|
||||
<form method="POST" action="/authorize" class="space-y-4 md:space-y-6">
|
||||
<input type="hidden" name="response_type" value="{{.ResponseType}}"/>
|
||||
<input type="hidden" name="response_mode" value="{{.ResponseMode}}">
|
||||
<input type="hidden" name="client_id" value="{{.ClientID}}"/>
|
||||
|
Loading…
Reference in New Issue
Block a user