Enable logins using pilot ID #698

This commit is contained in:
Nabeel Shahzad
2020-05-16 11:46:25 -04:00
parent 00505a1607
commit b9aeda1cba
16 changed files with 234 additions and 8 deletions

View File

@@ -21,7 +21,7 @@
{{
Form::text('email', old('email'), [
'id' => 'email',
'placeholder' => __('common.email'),
'placeholder' => __('common.email').' '.__('common.or').' '.__('common.pilot_id'),
'class' => 'form-control',
'required' => true,
])