Daniel Otavio Todt

Results 11 comments of Daniel Otavio Todt

I'm facing a different use case. In my app, the user cannot have concurrent signed-in devices, so if he sign's in on another device, I must ask him to confirm...

When I try to run this sample on Windows 10 I receive this message .. > This project uses Meteor 1.3-modules-beta.6, which isn't available on Windows. To work with this...

Good news, since 1.3-beta.11, Meteor can run on windows again. @forcepath The original source works ? For me the 'mantra-sample-blog-app' is working ok now.

Hi, I've managed to make it work with Angular 8~9. It seems that the last compatible version with Angular is: ```json "jodit": "~3.3.24", "jodit-angular": "~1.0.99", ``` Ps: You need to...

> Sim, sim. Ele vai cair na página home. Porém se eu quero iniciar no /login ele não funciona, sempre cai no '/' Vc poderia ter uma pagina splash no...

Sure, I'll provide some snippets from my code tomorrow morning.

@khatruong2009, I'm short in time to finish my next feature, so here's a reduced version of my datasource, check if you can evaluate with this. Otherwise I'll make a new...

@khatruong2009, It seems that maybe my snippet was not enough, so I made a sample that reproduces the issue at the `main` branch and tries to solve it in the...

@Jordan-Nelson it's part of it. But the current code removes the local reference when you run forget device. > The reference that is created after confirm sign in succeed. So...

@Jordan-Nelson sure, here they are: https://github.com/aws-amplify/amplify-flutter/pull/4060 https://github.com/aws-amplify/amplify-flutter/pull/4061