mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
48f66a3da5
* fix logout redirect * clear form input when clearing a quote * reset password redirect * fix new-password styes, fix broken links on unauthorized view * disable IOS dropdown appearance
12 lines
700 B
Plaintext
Vendored
12 lines
700 B
Plaintext
Vendored
<div id="498">
|
|
<div style="max-width: 650px;" class="container text-center pt-5 pb-5">
|
|
<h1>Sorry, that link is expired, or<br class="d-none d-sm-inline" /><span class="d-inline d-sm-none"> </span>it has already been used.</h1>
|
|
<hr/>
|
|
<div>
|
|
<p>Need further help accessing your account?<br class="d-none d-sm-inline" /><span class="d-inline d-sm-none"> </span>Please <a href="/contact">contact support</a> or request a new <a href="/customers/forgot-password">password reset.</a></p>
|
|
<a class="btn btn-info" href="/customers/forgot-password">Reset password</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<%- /* Expose locals as `window.SAILS_LOCALS` :: */ exposeLocalsToBrowser() %>
|