diff --git a/package.json b/package.json index ccb3886..03aaa09 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "watch": "ng build --watch --configuration development", "tsc": "tsc --noEmit", "tsc:watch": "tsc --noEmit --watch", - "format": "prettier --write \"src/**/*.{ts,html,scss,css,md,json}\"", + "prettier": "prettier --write \"src/**/*.{ts,html,scss,css,md,json}\"", "check:all": "npm run format && npm run tsc && npm run lint && npm run test", "test": "jest", "test:watch": "jest --watch", diff --git a/src/app/routes/authentification/auth/auth.component.html b/src/app/routes/authentification/auth/auth.component.html index 262a525..e411a39 100644 --- a/src/app/routes/authentification/auth/auth.component.html +++ b/src/app/routes/authentification/auth/auth.component.html @@ -1,7 +1,8 @@ -
- -
-
+
+
+