mirror of
https://github.com/flextype/flextype.git
synced 2025-08-17 02:24:05 +02:00
feat(admin-panel): update login page template
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
<div class="text-left flex justify-center items-center h-full">
|
||||
<div class="w-3/12">
|
||||
<h3 class="text-3xl pt-4 pb-8 text-center">{{ tr('admin_login') }}</h3>
|
||||
<h3 class="text-4xl pb-2 text-center">{{ tr('admin_login') }}</h3>
|
||||
<div class="form-group">
|
||||
<label class="form-control-title">{{ tr('admin_username') }}</label>
|
||||
<input type="text" name="username" value="" class="form-control" required="required">
|
||||
|
Reference in New Issue
Block a user