We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a8d58 commit fee6c4cCopy full SHA for fee6c4c
auth-web/src/views/auth/create-account/GovmAccountSetupView.vue
@@ -109,8 +109,7 @@ export default defineComponent({
109
async function createAccount () {
110
this.isLoading = true
111
try {
112
- // save or from here
113
- const organization: any = await createGovmOrg() // create govm account
+ const organization: any = await createGovmOrg()
114
await syncOrganization(organization.id)
115
await syncMembership(organization.id)
116
// Remove with Vue 3
0 commit comments