]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/login/login.routes.ts
Client: add warning if the user want to embed a video of a non https website
[github/Chocobozzz/PeerTube.git] / client / src / app / login / login.routes.ts
CommitLineData
0629423c
C
1import { LoginComponent } from './login.component';
2
3export const LoginRoutes = [
b58c69a1
C
4 {
5 path: 'login',
6 component: LoginComponent,
7 data: {
8 meta: {
9 titleSuffix: ' - Login'
10 }
11 }
12 }
0629423c 13];