We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583162a commit 9155364Copy full SHA for 9155364
LearningHub.Nhs.WebUI/Scripts/vuesrc/data/user.ts
@@ -67,7 +67,6 @@ const IsSystemAdmin = async function (): Promise<boolean[]> {
67
};
68
69
const IsValidUser = async function (currentPassword: string): Promise<boolean[]> {
70
- debugger;
71
var IsValidUser = `/api/User/ConfirmPassword/${currentPassword}`;
72
return await AxiosWrapper.axios.get<boolean[]>(IsValidUser)
73
.then(response => {
0 commit comments