Start trying to support Microsoft Azure Sign in

This commit is contained in:
2025-03-06 16:55:13 -06:00
parent 84cae666bf
commit 9f13d0357a
7 changed files with 167 additions and 11 deletions

View File

@ -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;
}