Added Authentik! Still working on Microsoft Entra ID
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
"@react-navigation/bottom-tabs": "^7.4.7",
|
||||
"@react-navigation/elements": "^2.6.4",
|
||||
"@react-navigation/native": "^7.1.17",
|
||||
"@sentry/react-native": "^7.0.1",
|
||||
"expo": "~54.0.8",
|
||||
"@sentry/react-native": "^7.1.0",
|
||||
"expo": "~54.0.9",
|
||||
"expo-apple-authentication": "~8.0.7",
|
||||
"expo-constants": "~18.0.9",
|
||||
"expo-font": "~14.0.8",
|
||||
@@ -24,7 +24,7 @@
|
||||
"expo-image": "~3.0.8",
|
||||
"expo-linking": "~8.0.8",
|
||||
"expo-location": "~19.0.7",
|
||||
"expo-router": "~6.0.6",
|
||||
"expo-router": "~6.0.7",
|
||||
"expo-secure-store": "~15.0.7",
|
||||
"expo-splash-screen": "~31.0.10",
|
||||
"expo-status-bar": "~3.0.8",
|
||||
|
@@ -51,7 +51,7 @@
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@tailwindcss/postcss": "^4.1.13",
|
||||
"@types/node": "^20.19.16",
|
||||
"@types/node": "^20.19.17",
|
||||
"@types/react": "^19.1.13",
|
||||
"@types/react-dom": "^19.1.9",
|
||||
"dotenv": "^16.6.1",
|
||||
|
@@ -8,7 +8,7 @@ import { useRouter } from 'next/navigation';
|
||||
import { ConvexError } from 'convex/values';
|
||||
import { useState } from 'react';
|
||||
import {
|
||||
Button,
|
||||
Button,
|
||||
Card,
|
||||
CardContent,
|
||||
Form,
|
||||
|
Reference in New Issue
Block a user