1
0
Fork 0
mirror of synced 2024-05-20 20:52:36 +12:00

Updated docs

This commit is contained in:
Eldad Fux 2020-05-29 15:46:26 +03:00
parent 7296db0d06
commit 14e6c61ed9
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
## Features
- New OAuth adapter for sign-in with Apple
- New route in Locale API to fetch list of languages
## Bug Fixes

View file

@ -87,7 +87,7 @@ return [
'developers' => 'https://developer.apple.com/',
'icon' => 'icon-apple',
'enabled' => true,
'form' => 'apple.phtml',
'form' => 'apple.phtml', // Perperation for adding ability to customized OAuth UI forms, currently handled hardcoded.
'mock' => false,
],
'amazon' => [