Nikolaus Heger
Nikolaus Heger
Assign to @JGDoh for triage

Tapping the link in V1 works as expected - "processing invite" then going to the screen with the name 
When pasting the link into Safari, get a pretty bizarre page here 
Bug: QR scanner scans the invite but only fills in the words Instead, it should start processing the invite immediately 
Assign to Jason to consider the UX - There's two error cases - one is the request to load the account has failed - we handle this failure (network failure)...
var availableEndpoints = [ Config.defaultEndpoint, "https://api.telos.kitchen", "https://node.hypha.earth", 'https://mainnet.telosusa.io', 'https://telos.eosphere.io', 'https://telos.caleos.io', 'https://api.eos.miami', ];
Removing v2 history, using new endpoints as above
Weird. Need to check that The thing is I need to fix the firebase deep links It should work on contract but I know we are calling special actions I...
