File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ < ion-header >
2+ < ion-navbar color ="whatsapp ">
3+ < ion-title > Login</ ion-title >
4+
5+ < ion-buttons end >
6+ < button ion-button class ="done-button " (click) ="login() "> Done</ 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+ Please enter your phone number including its country code.
15+ </ div >
16+ < br >
17+ < div >
18+ The messenger will send a one time SMS message to verify your phone number. Carrier SMS charges may apply.
19+ </ div >
20+ </ div >
21+
22+ < ion-item >
23+ < ion-input [(ngModel)] ="phone " (keypress) ="onInputKeypress($event) " type ="tel " placeholder ="Your phone number "> </ ion-input >
24+ </ ion-item >
25+ </ ion-content >
You can’t perform that action at this time.
0 commit comments