diff --git a/src/app/auth/login.component.html b/src/app/auth/login.component.html index 277c26c..d105d32 100644 --- a/src/app/auth/login.component.html +++ b/src/app/auth/login.component.html @@ -32,7 +32,7 @@

Sign up

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

- +
diff --git a/src/environments/environment.local.ts b/src/environments/environment.local.ts deleted file mode 100644 index a10b983..0000000 --- a/src/environments/environment.local.ts +++ /dev/null @@ -1,10 +0,0 @@ -// The file contents for the current environment will overwrite these during build. -// The build system defaults to the dev environment which uses `environment.ts`, but if you do -// `ng build --env=prod` then `environment.prod.ts` will be used instead. -// The list of which env maps to which file can be found in `angular-cli.json`. - -export const environment = { - production: false, - // insert local URL here - apiUrl: '' -};