Fix: Linking with Apple Auth (#5755)
Rename from apple-signin to apple (key names can't have hyphens Rename id_token to id (auth adapters require id)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import loadAdapter from '../AdapterLoader';
|
||||
|
||||
const apple = require('./apple');
|
||||
const facebook = require('./facebook');
|
||||
const facebookaccountkit = require('./facebookaccountkit');
|
||||
const instagram = require('./instagram');
|
||||
@@ -28,6 +29,7 @@ const anonymous = {
|
||||
};
|
||||
|
||||
const providers = {
|
||||
apple,
|
||||
facebook,
|
||||
facebookaccountkit,
|
||||
instagram,
|
||||
|
||||
Reference in New Issue
Block a user