enrion update
This commit is contained in:
@@ -39,27 +39,29 @@
|
||||
|
||||
<ion-label class="forgot_lbl" (click)="onForgot()">Forgot your password ?</ion-label>
|
||||
|
||||
<ion-label class="or">Or Continue With</ion-label>
|
||||
<div *ngIf="showSocial == true ">
|
||||
<ion-label class="or">Or Continue With</ion-label>
|
||||
<div class="button">
|
||||
<ion-buttons>
|
||||
<ion-button>
|
||||
<ion-icon name="logo-facebook"></ion-icon>
|
||||
</ion-button>
|
||||
</ion-buttons>
|
||||
|
||||
<div class="button">
|
||||
<ion-buttons>
|
||||
<ion-button>
|
||||
<ion-icon name="logo-facebook"></ion-icon>
|
||||
</ion-button>
|
||||
</ion-buttons>
|
||||
<ion-buttons>
|
||||
<ion-button>
|
||||
<ion-icon name="logo-google"></ion-icon>
|
||||
</ion-button>
|
||||
</ion-buttons>
|
||||
|
||||
<ion-buttons>
|
||||
<ion-button>
|
||||
<ion-icon name="logo-google"></ion-icon>
|
||||
</ion-button>
|
||||
</ion-buttons>
|
||||
<ion-buttons>
|
||||
<ion-button>
|
||||
<ion-icon name="logo-apple"></ion-icon>
|
||||
</ion-button>
|
||||
</ion-buttons>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ion-buttons>
|
||||
<ion-button>
|
||||
<ion-icon name="logo-apple"></ion-icon>
|
||||
</ion-button>
|
||||
</ion-buttons>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bottom">
|
||||
|
||||
@@ -3,6 +3,7 @@ import { Component, OnInit, ViewChild } from '@angular/core';
|
||||
import { WrenchService } from 'src/app/services/wrench.service';
|
||||
import { SessionDataProviderService } from 'src/app/store/session-data-provider.service';
|
||||
import { BlogDataService } from 'src/app/store/blog-data.service';
|
||||
import { environment} from "../../../environments/environment";
|
||||
|
||||
@Component({
|
||||
selector: 'app-login',
|
||||
@@ -14,6 +15,7 @@ export class LoginPage implements OnInit {
|
||||
@ViewChild('password') password;
|
||||
loginResult: any;
|
||||
blogResult:any;
|
||||
showSocial:boolean = true;
|
||||
|
||||
constructor(
|
||||
private router: Router,
|
||||
@@ -25,6 +27,7 @@ export class LoginPage implements OnInit {
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
this.showSocial = environment.loginSocial;
|
||||
// this.username='ses66181+6018@gmail.com';
|
||||
// this.username='ses66181+1@gmail.com';
|
||||
// this.password='may12002';
|
||||
|
||||
Reference in New Issue
Block a user