Skip to content

Commit 28da90b

Browse files
committed
restart tests
1 parent f65046c commit 28da90b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Controllers/UserController.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ export class UserController extends AdaptableController {
102102
}
103103
if (expiresDate < new Date()) throw 'The password reset link has expired';
104104
}
105-
106105
return results[0];
107106
});
108107
}

0 commit comments

Comments
 (0)