openaustralia/planningalerts

View on GitHub
maizzle/src/templates/unlock_instructions.html

Summary

Maintainability
Test Coverage
---
title: Unlock instructions
preheader: "Your account has been locked due to an excessive number of unsuccessful sign in attempts."
bodyClass: bg-white dark-mode:bg-[#333]
permalink: ../app/views/devise/mailer/unlock_instructions.html.erb
---

<x-standard>
  <div class="text-center">
    <h1 class="text-4xl">Oops. Seems like your account has been locked.</h1>
    <x-spacer height="8px" />
    <p>Your account has been locked due to an excessive number of unsuccessful sign in attempts.</p>
    <x-spacer height="16px" />
    <x-button href="<%= unlock_url(@resource, unlock_token: @token) %>">
      Unlock my account
    </x-button>
    <x-spacer height="64px" />
  </div>
</x-standard>