feat(user): card info default password
This commit is contained in:
parent
ad5c5b5577
commit
3ae279edf7
@ -11,6 +11,12 @@
|
||||
</div>
|
||||
|
||||
<div class="mt-6">
|
||||
<flux:callout icon="megaphone" color="blue" class="mb-6">
|
||||
<flux:callout.heading>Informasi</flux:callout.heading>
|
||||
<flux:callout.text>
|
||||
Kata sandi bawaan untuk pengguna adalah <b>{{ config('myconfig.password_default') }}</b>
|
||||
</flux:callout.text>
|
||||
</flux:callout>
|
||||
<div class="flex flex-col gap-4">
|
||||
<div class="flex flex-col lg:flex-row gap-4">
|
||||
<div class="w-full lg:w-3/4 space-y-4">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user