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 2c57869 commit 13baaf9Copy full SHA for 13baaf9
src/pages/login/facebook.html
@@ -0,0 +1,23 @@
1
+<ion-header>
2
+ <ion-navbar color="whatsapp">
3
+ <ion-title>Link with Facebook</ion-title>
4
+
5
+ <ion-buttons end>
6
+ <button ion-button class="done-button" (click)="cancel()">Cancel</button>
7
+ </ion-buttons>
8
+ </ion-navbar>
9
+</ion-header>
10
11
+<ion-content padding class="login-page-content">
12
+ <div class="instructions">
13
+ <div>
14
+ You can link your account with Facebook to chat with more friends.
15
+ </div>
16
+ <br>
17
+ <ion-item>
18
+ <ion-buttons>
19
+ <button ion-button (click)="linkFacebook()">Login with Facebook</button>
20
21
+ </ion-item>
22
23
+</ion-content>
0 commit comments