mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
iOS can run
This commit is contained in:
@ -15,8 +15,10 @@ export interface Props {
|
||||
|
||||
const InstanceAuth = React.memo(
|
||||
({ instanceDomain, instanceUri, appData, goBack }: Props) => {
|
||||
|
||||
const redirectUri = AuthSession.makeRedirectUri({ useProxy: false })
|
||||
const redirectUri = AuthSession.makeRedirectUri({
|
||||
native: 'tooot://instance-auth',
|
||||
useProxy: false
|
||||
})
|
||||
|
||||
const navigation = useNavigation()
|
||||
const queryClient = useQueryClient()
|
||||
|
Reference in New Issue
Block a user