Skip to content

Commit fee6c4c

Browse files
committed
comments
1 parent 22a8d58 commit fee6c4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

auth-web/src/views/auth/create-account/GovmAccountSetupView.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ export default defineComponent({
109109
async function createAccount () {
110110
this.isLoading = true
111111
try {
112-
// save or from here
113-
const organization: any = await createGovmOrg() // create govm account
112+
const organization: any = await createGovmOrg()
114113
await syncOrganization(organization.id)
115114
await syncMembership(organization.id)
116115
// Remove with Vue 3

0 commit comments

Comments
 (0)