Skip to content

Commit 038172c

Browse files
uds5501niranjan94
authored andcommitted
update beforeModel conditions
1 parent c8c4db6 commit 038172c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/verify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ export default Route.extend(UnauthenticatedRouteMixin, {
77
},
88

99
beforeModel(transition) {
10-
this.controllerFor('verify').verify(transition.queryParams.token);
10+
this.controllerFor('verify').verify(transition.to.queryParams.token);
1111
}
1212
});

0 commit comments

Comments
 (0)