diff options
Diffstat (limited to 'src/main/resources/views')
-rw-r--r-- | src/main/resources/views/login.rocker.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/views/login.rocker.html b/src/main/resources/views/login.rocker.html index 23a9aff..bcee9df 100644 --- a/src/main/resources/views/login.rocker.html +++ b/src/main/resources/views/login.rocker.html @@ -20,6 +20,9 @@ @if(message.length() > 0) { <small>@message</small> + } + + @if(counter > 0) { <small id="tryAgain">Please try again in <span id="counter">@counter</span> seconds.</small> } </form> |