Skip to content

Commit 0bfcc6a

Browse files
Merge pull request #6 from hallisonbrancalhao/feature/auth
feat(auth): implements authentication
2 parents f4924c2 + 6109fa5 commit 0bfcc6a

File tree

84 files changed

+3677
-2664
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+3677
-2664
lines changed

Diff for: apps/bytebank/project.json

+6
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
},
3131
"configurations": {
3232
"production": {
33+
"fileReplacements": [
34+
{
35+
"replace": "apps/bytebank/src/environments/environment.dev.ts",
36+
"with": "apps/bytebank/src/environments/environment.dev.ts"
37+
}
38+
],
3339
"budgets": [
3440
{
3541
"type": "initial",

Diff for: apps/bytebank/public/assets/images/login-img.svg

+34
Loading

0 commit comments

Comments
 (0)