Skip to content

Commit

Permalink
feat: remove disable to reset password
Browse files Browse the repository at this point in the history
  • Loading branch information
phojie committed Jan 13, 2023
1 parent a2d7fb9 commit b773683
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ const toggleEdit = (title: string, type?: 'edit' | 'editPassword') => {
<span class="flex-grow">*******</span>
<span class="flex-shrink-0 ml-4">
<button
:disabled="enableSingleUpdate"
type="button"
class="font-medium rounded-md text-primary-600 hover:text-primary-500 focus:outline-none focus:ring-2 focus:ring-primary-500 focus:ring-offset-2"
@click="toggleEdit('Update password', 'editPassword')"
Expand Down

0 comments on commit b773683

Please sign in to comment.