Skip to content

Commit

Permalink
fix login embed example file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Mar 5, 2018
1 parent 6c40150 commit 258cd89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ install:

script:
- ./vendor/bin/phpunit --coverage-clover=coverage.clover
- ./Tests/app/console lint:twig Resources/views --env test
- if [[ $PHPSTAN == 'true' ]]; then ./vendor/bin/phpstan analyse ./ --level 2 -c phpstan.neon ; fi

after_script:
Expand Down
2 changes: 1 addition & 1 deletion Resources/views/Login/login-embed.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{% if maintenanceMode %}
{% if maintenanceMode %}
{# Show nothing in maintenance mode #}
{% else %}
{% if app.user %}
Expand Down

0 comments on commit 258cd89

Please sign in to comment.