We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40b187 commit b77dcffCopy full SHA for b77dcff
app/routes/public/role-invites.js
@@ -1,7 +1,7 @@
1
import Route from '@ember/routing/route';
2
3
export default Route.extend({
4
- beforeModel(transition) {
+ async beforeModel(transition) {
5
let payload = {
6
data: {
7
token: transition.to.queryParams.token
0 commit comments