Archived
Private
Public Access
1
0

Edited launchSettings.json + removed unnecessary code

This commit is contained in:
2023-04-17 15:05:57 +02:00
parent dfc405d799
commit a2149d24ec
3 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,6 @@ export class AppComponent {
{ title: 'Stundenplan', url: '/schedule', icon: 'grid' },
{ title: 'Vertretungsplan', url: '/substitution', icon: 'list' },
];
public email = "leon.hoppe@hgbp.de";
constructor(public router: Router, public iserv: IServService) {
if (localStorage.getItem("userdata") == null) {