refactor: welcome.setup.vue to composition api #52

Merged
Johann150 merged 1 commits from :refactor/welcome.setup.vue into main 2022-08-02 09:16:45 +00:00
Owner
No description provided.
Johann150 reviewed 2022-08-02 08:20:05 +00:00
@ -50,1 +41,3 @@
this.submitting = true;
os.api('admin/accounts/create', {
username: username,
password: password,
Owner

Now that the this. is removed, this can be refactored like this:

{
	username,
	password,
}
Now that the `this.` is removed, this can be refactored like this: ```javascript { username, password, } ```
norm marked this conversation as resolved
norm force-pushed refactor/welcome.setup.vue from 30c0148614 to 0d99077720 2022-08-02 08:42:35 +00:00 Compare
Johann150 merged commit 30d8bc9259 into main 2022-08-02 09:16:45 +00:00
norm deleted branch refactor/welcome.setup.vue 2022-08-02 09:50:02 +00:00
Sign in to join this conversation.
No reviewers
No Label
feature
fix
upkeep
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: FoundKeyGang/FoundKey#52
No description provided.