add password toggle icon for all password inputs & use share folder checkbox for remember password in login page.

This commit is contained in:
2026-07-10 19:04:10 +03:30
parent 4c3aea2b5c
commit 65cd548a9a
11 changed files with 113 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
-- AlterTable
ALTER TABLE "lab_case_tasks" ALTER COLUMN "updatedAt" DROP DEFAULT,
ALTER COLUMN "prosthesisTypeCode" DROP DEFAULT,
ALTER COLUMN "workflowStepCode" DROP DEFAULT;
-- RenameIndex
ALTER INDEX "lab_case_tasks_labCaseId_treatmentDetailId_prosthesisTypeCode_s" RENAME TO "lab_case_tasks_labCaseId_treatmentDetailId_prosthesisTypeCo_key";