Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 3baa53b

Browse files
committed
added close import sccs
1 parent ddb4cad commit 3baa53b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

webapp_frontend/src/background/api/registration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const registerNewUser = (username: string, password: string, passwordConf
1616
confirmationPassword: passwordConfirmation
1717
}
1818

19+
1920
return Axios.post(hostname + userPath + '/register', newUser)
2021
.then((data: AxiosResponse<object>) => {
2122
const response: IRegisterServerResponse = {

webapp_frontend/src/style/custom.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ $blue: #1a4965;
2020
@import "~bootstrap/scss/code";
2121
@import "~bootstrap/scss/grid";
2222
@import "~bootstrap/scss/buttons";
23+
@import "~bootstrap/scss/close";
2324
@import "~bootstrap/scss/tables";
2425
@import "~bootstrap/scss/utilities";
2526
@import "~bootstrap/scss/forms";
2627
@import "~bootstrap/scss/spinners";
2728
@import "~bootstrap/scss/alert";
2829

30+

0 commit comments

Comments
 (0)