Skip to content

Commit 195e779

Browse files
hotfix: remove unused async
1 parent 0693416 commit 195e779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/templates/Authorisation/src/views/authorisation/AuthorisationCallback.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default {
1515
setAuthorisationToken: 'authorisation/setAuthorisationToken',
1616
}),
1717
},
18-
async created() {
18+
created() {
1919
const redirectUri = this.$route.query.redirect_uri;
2020
2121
const token = getFragment('token');

0 commit comments

Comments
 (0)