Skip to content

Commit

Permalink
fix developer gate style & update developer password
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Apr 29, 2024
1 parent a25f8f9 commit 5216686
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/tomato-roles.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"admin.logout",
]
],
'developer_password' => env('DEVELOPER_PASSWORD', "QTS@2022"),
'developer_password' => env('DEVELOPER_PASSWORD', "password"),
];
4 changes: 2 additions & 2 deletions resources/views/developer/password.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="mx-auto">
<div class="relative text-center">
<div class="flex items-center justify-center">
<div class="flex flex-col items-center justify-center flex-1 p-6 mx-auto space-y-6 text-center bg-white filament-tables-empty-state dark:bg-gray-800 rounded-lg shadow-sm">
<div class="flex flex-col items-center justify-center flex-1 p-6 mx-auto space-y-6 text-center bg-white filament-tables-empty-state dark:bg-zinc-800 rounded-lg shadow-sm">
<div>
<i class="bx bx-block bx-lg text-red-600"></i>
<h1 class="text-red-600">{{__('Please input your developer password to access this feature')}}</h1>
Expand All @@ -16,7 +16,7 @@
<div class="flex flex-col justify-center space-y-4 ">
<x-splade-input type="hidden" name="old"/>
<x-splade-input type="password" name="password" :label="__('Password')" :placeholder="__('Password')" />
<x-splade-submit :label="__('Submit')" />
<x-tomato-admin-submit spinner :label="__('Submit')" />
</div>
</x-splade-form>
</div>
Expand Down

0 comments on commit 5216686

Please sign in to comment.