Eugene Yaroslavtsev

Results 2 comments of Eugene Yaroslavtsev

This is probably happening because you added your schema to mongoose before the mongoose-auth .plugin call. Look at this gist to see what I mean: https://gist.github.com/2963982

I noticed I was getting some console messages associated with this issue: `Presenting view controllers on detached view controllers is discouraged` It seems that if you perform a segue inside...