mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-21 18:55:19 -04:00
Cleanup some imports
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
5ed2fae44e
commit
9450f500d6
10 changed files with 11 additions and 15 deletions
|
@ -12,6 +12,7 @@ import { UsersService } from '../users/users.service';
|
|||
@Injectable()
|
||||
export class MockAuthGuard {
|
||||
private user: User;
|
||||
|
||||
constructor(private usersService: UsersService) {}
|
||||
|
||||
async canActivate(context: ExecutionContext): Promise<boolean> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue