1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Correct app details

This commit is contained in:
Zhiyuan Zheng
2021-01-16 23:30:25 +01:00
parent 8451d5a565
commit 813f6b57c4
6 changed files with 698 additions and 11 deletions

View File

@ -14,7 +14,6 @@ export interface Props {
const InstanceAuth = React.memo(
({ instanceDomain, appData, goBack }: Props) => {
console.log(Constants.manifest.releaseChannel)
let redirectUri: string
switch (Constants.manifest.releaseChannel) {
case 'production':