Describe the bug
When using GraphqlDevise::Concerns::SetUserByToken we get a included called twice error from activesupport. Using DTA's DeviseTokenAuth::Concerns::SetUserByToken fixes the problem. Good thing that the generators use that one, so it shouldn't be a problem for now, but we should still look into that
Describe the bug
When using
GraphqlDevise::Concerns::SetUserByTokenwe get aincluded called twiceerror from activesupport. Using DTA'sDeviseTokenAuth::Concerns::SetUserByTokenfixes the problem. Good thing that the generators use that one, so it shouldn't be a problem for now, but we should still look into that