added login

This commit is contained in:
2019-10-14 13:07:28 -05:00
parent 87d50bbc6c
commit 1122a37316
62 changed files with 3462 additions and 30 deletions

View File

@@ -3,7 +3,11 @@
// The list of file replacements can be found in `angular.json`.
export const environment = {
production: false
production: false,
confirm: {
email: '',
password: ''
}
};
/*