mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-01 23:08:49 +01:00
Remove duplicate render_flash from mobile login
The flash is already rendered in the layout. Fixes #1370
This commit is contained in:
parent
f6d251d3a0
commit
41d8fe5550
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@
|
|||
show_database_form = auth_schemes.include?('database')
|
||||
-%>
|
||||
<div title="<%= t('login.account_login') %>" id="loginform" class="form">
|
||||
<%= render_flash -%>
|
||||
<h3><%= t('login.please_login') %>:</h3>
|
||||
<% if show_database_form %>
|
||||
<div id="database_auth_form">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue