From 7ac38a02fcda3af1fbf26fa96b67c72ca104c8f3 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期二, 04 一月 2022 11:42:16 +0800 Subject: [PATCH] update TODO#132379 顧問-相片存放路徑未確定, 先隱藏編輯帳戶資訊按鈕 --- PAMapp/shared/services/auth.service.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/shared/services/auth.service.ts b/PAMapp/shared/services/auth.service.ts index 469bace..e467576 100644 --- a/PAMapp/shared/services/auth.service.ts +++ b/PAMapp/shared/services/auth.service.ts @@ -1,4 +1,4 @@ -import { Role } from "../models/enum/role"; +import { Role } from "../models/enum/Role"; class AuthService { -- Gitblit v1.8.0