feat(rn,auth) add support for toekn URL auth

This commit is contained in:
Saúl Ibarra Corretgé
2023-08-15 11:46:45 +02:00
committed by Saúl Ibarra Corretgé
parent c19d91a373
commit dca40dc6cb
9 changed files with 130 additions and 53 deletions

View File

@@ -1,3 +1,2 @@
export { default as LoginDialog } from './web/LoginDialog';
export { default as LoginQuestionDialog } from './web/LoginQuestionDialog';
export { default as WaitForOwnerDialog } from './web/WaitForOwnerDialog';