Jakub Sokołowski f64bcb5f3f handle malformed URLs, display error
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-26 10:16:51 +01:00

8 lines
258 B
Plaintext

<section class="join-error p-b-160 p-t-160 text-center">
<h3>Invalid input format</h3>
<p>
Parsing of given URL failed with: <code><%= error.message %></code></br>
This might be a phishing attack or simply a malformed ENS name.
</p>
</section>