Skip to content

Commit 25a8df9

Browse files
authored
Merge pull request #18 from microting/master
Updates
2 parents ca1c37b + 9bde632 commit 25a8df9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eform-client/protractor.conf.vsts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ exports.config = {
5353
useAllAngular2AppRoots: true,
5454
beforeLaunch: function () {
5555
require('ts-node').register({
56-
project: 'eForm-frontend-angular-CI\\drop\\e2e'
56+
project: 'C:\\agent\\_work\\r4\\a\\eForm-frontend-angular-CI\\drop\\e2e'
5757
});
5858
},
5959
onPrepare: function () {

eform-client/src/app/components/auth/auth.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
{{ 'Login' | translate }}
3636
</button>
3737
</form>
38-
<a (click)="toggleLoginForm(false)" class="forgot-password" style="cursor: pointer">
39-
{{ 'Forgot password' | translate }}?
40-
</a>
38+
<!--<a (click)="toggleLoginForm(false)" class="forgot-password" style="cursor: pointer">-->
39+
<!--{{ 'Forgot password' | translate }}?-->
40+
<!--</a>-->
4141
</ng-container>
4242

4343
<ng-container *ngIf="!showLoginForm">

0 commit comments

Comments
 (0)