Skip to content

Commit

Permalink
revert minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-webkul committed Aug 20, 2024
1 parent 87e534c commit fad116a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ class="cursor-pointer rounded-md p-1.5 text-2xl transition-all hover:bg-gray-200
id="password"
name="password"
rules="required|min:6"
value="admin123"
:label="trans('admin::app.settings.users.index.create.password')"
:placeholder="trans('admin::app.settings.users.index.create.password')"
ref="password"
Expand All @@ -262,7 +261,6 @@ class="cursor-pointer rounded-md p-1.5 text-2xl transition-all hover:bg-gray-200
type="password"
id="confirm_password"
name="confirm_password"
value="admin123"
rules="confirmed:@password"
:label="trans('admin::app.settings.users.index.create.password')"
:placeholder="trans('admin::app.settings.users.index.create.confirm-password')"
Expand Down

0 comments on commit fad116a

Please sign in to comment.