9 lines
375 B
PHP
9 lines
375 B
PHP
<?php
|
|
|
|
return [
|
|
'google_error_fallback' => 'We could not complete the Google login. Please try again.',
|
|
'google_missing_email' => 'We could not retrieve your Google email address.',
|
|
'facebook_error_fallback' => 'We could not complete the Facebook login. Please try again.',
|
|
'facebook_missing_email' => 'We could not retrieve your Facebook email address.',
|
|
];
|