Skip to content

Commit 9155364

Browse files
committed
Removed the debugger
1 parent 583162a commit 9155364

File tree

1 file changed

+0
-1
lines changed
  • LearningHub.Nhs.WebUI/Scripts/vuesrc/data

1 file changed

+0
-1
lines changed

LearningHub.Nhs.WebUI/Scripts/vuesrc/data/user.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ const IsSystemAdmin = async function (): Promise<boolean[]> {
6767
};
6868

6969
const IsValidUser = async function (currentPassword: string): Promise<boolean[]> {
70-
debugger;
7170
var IsValidUser = `/api/User/ConfirmPassword/${currentPassword}`;
7271
return await AxiosWrapper.axios.get<boolean[]>(IsValidUser)
7372
.then(response => {

0 commit comments

Comments
 (0)