Skip to content

Commit

Permalink
fix: pwd change in setttings
Browse files Browse the repository at this point in the history
  • Loading branch information
taprosoft committed Aug 29, 2024
1 parent 2d4a5f7 commit 5443ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ktem/ktem/pages/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def user_tab(self):
self.password_change_btn = gr.Button("Change password", interactive=True)

def change_password(self, user_id, password, password_confirm):
from ktem.pages.admin.user import validate_password
from ktem.pages.resources.user import validate_password

errors = validate_password(password, password_confirm)
if errors:
Expand Down

0 comments on commit 5443ed4

Please sign in to comment.