Skip to content

Commit 587fd81

Browse files
committed
rm User class
1 parent d378d84 commit 587fd81

File tree

4 files changed

+2
-11
lines changed

4 files changed

+2
-11
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
FireStarter is designed to handle the basic features most Angular+Firebase apps need. It can serve as a foundation to quickly roll out more complex features.
44

5-
Demo
6-
75
## Features
86

97
- Authentication w/ Router Guard

src/app/uploads/shared/upload.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class UploadService {
5757
console.log(error)
5858
},
5959
() => {
60-
// successful upload
60+
// upload success
6161
upload.url = this.uploadTask.snapshot.downloadURL
6262
upload.name = upload.file.name
6363
this.saveFileData(upload)

src/app/users/user-login/user-login.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ <h3>Social Login</h3>
3131

3232
<ng-template #alreadyLoggedIn>
3333
<p class="text-success">
34-
Alerady logged in!
34+
Already logged in!
3535
</p>
3636
</ng-template>

src/app/users/user.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)