Start trying to support Microsoft Azure Sign in
This commit is contained in:
@ -72,6 +72,7 @@ async function registerForPushNotificationsAsync() {
|
||||
}
|
||||
const projectId = Constants.expoConfig?.extra?.eas?.projectId;
|
||||
if (!projectId) {
|
||||
console.warn('No project id found');
|
||||
alert('Project ID not found');
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user