Login with Apple front
This commit is contained in:
@@ -3,5 +3,6 @@ export const environment = {
|
||||
apiKey: '', // <-- Enter your own key here!' PROD
|
||||
baseUrl: 'https://apigate.nebula.g1.wrenchboard.com/svs/user',
|
||||
images: 'https://apigate.nebula.g1.wrenchboard.com/svs/user',
|
||||
appleRedirectUri: '',
|
||||
loginSocial: false
|
||||
};
|
||||
|
||||
@@ -3,6 +3,7 @@ export const environment = {
|
||||
apiKey: '', // <-- Enter your own key here!' TEST
|
||||
baseUrl: 'https://apigate.nebula.g1.wrenchboard.com/en/wrench/api/v1',
|
||||
images: 'https://apigate.nebula.g1.wrenchboard.com/en/wrench/api/v1/',
|
||||
loginSocial: false
|
||||
appleRedirectUri: 'https://dev-users.wrenchboard.com/loginWithApple',
|
||||
loginSocial: true
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user