Merge branch 'hotfix/loginbug' into develop
Conflicts: server/views/pages/login.html
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
5 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> |
6 | <meta name="description" content=""> | 6 | <meta name="description" content=""> |
7 | <meta name="author" content=""> | 7 | <meta name="author" content=""> |
8 | - <link href="/dist/index.css" rel="stylesheet" type="text/css" media="screen" /> | 8 | + <link href="{{cssfile}}" rel="stylesheet" type="text/css" media="screen" /> |
9 | </head> | 9 | </head> |
10 | <body class="signin"> | 10 | <body class="signin"> |
11 | <section> | 11 | <section> |
-
Please register or login to post a comment