Skip to content
Snippets Groups Projects
Verified Commit 08de57a8 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Fix unmigrated call to an OAuth store action

parent 734d9f2d
No related branches found
No related tags found
1 merge request!1558Fix unmigrated call to an OAuth store action
......@@ -76,7 +76,7 @@ export default {
creating: null
}),
async mounted () {
await this.$store.dispatch('oauth/listCredentials', { status: 'done' })
await this.listCredentials({ status: 'done' })
if (this.credentials && this.credentials.results && this.credentials.results.length) {
this.selectedCredential = this.credentials.results[0].id
this.search()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment