Skip to content
Snippets Groups Projects
Commit 544745b2 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Remove useless code

parent 6dfd0519
1 merge request!137Resolve "Direct entry"
Pipeline #23071 passed with stages
in 3 minutes and 40 seconds
......@@ -14,7 +14,7 @@ import { Router } from '@angular/router';
export class NewLandingComponent implements OnInit {
user: User;
demoId = 88992370;
demoId = 88992370; // online 95680586, change before merging
constructor(public authenticationService: AuthenticationService,
private router: Router,
......
......@@ -6,8 +6,7 @@ import { RegisterErrorStateMatcher } from '../../home/_dialogs/register/register
import { FormControl, FormGroupDirective, NgForm, Validators } from '@angular/forms';
import { ErrorStateMatcher } from '@angular/material';
import { NotificationService } from '../../../services/util/notification.service';
import {LanguageService} from "../../../services/util/language.service";
import {TranslateService} from "@ngx-translate/core";
import { TranslateService } from '@ngx-translate/core';
export class JoinErrorStateMatcher implements ErrorStateMatcher {
isErrorState(control: FormControl | null, form: FormGroupDirective | NgForm | null): boolean {
......@@ -24,7 +23,7 @@ export class JoinErrorStateMatcher implements ErrorStateMatcher {
export class RoomJoinComponent implements OnInit {
room: Room;
demoId = '26973546'; // online 95680586, change before merging
demoId = '26973546';
roomFormControl = new FormControl('', [Validators.required, Validators.minLength(8)]);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment