Skip to content

Commit fb8d3d4

Browse files
author
Andy Smircich
committed
1 parent 61c57ae commit fb8d3d4

File tree

1 file changed

+1
-0
lines changed
  • app/templates/server/auth(auth)/google(googleAuth)

1 file changed

+1
-0
lines changed

Diff for: app/templates/server/auth(auth)/google(googleAuth)/passport.js

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export function setup(User, config) {
1212
if (filters.sequelizeModels) { %>User.find({where:{<% } %>
1313
'google.id': profile.id
1414
<% if (filters.sequelizeModels) { %> } <% } %>
15+
1516
})
1617
.then(user => {
1718
if (user) {

0 commit comments

Comments
 (0)