1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
Zhiyuan Zheng
2021-01-17 22:37:05 +01:00
parent 813f6b57c4
commit f977fdfa8b
44 changed files with 252 additions and 158 deletions

View File

@ -244,6 +244,7 @@ const ComponentInstance: React.FC<Props> = ({
{type === 'local' && appData ? (
<InstanceAuth
instanceDomain={instanceDomain!}
instanceUri={instanceQuery.data!.uri}
appData={appData}
goBack={goBack}
/>