We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3479c81 commit dce39ecCopy full SHA for dce39ec
default-views/account/delete-link-sent.hbs
@@ -0,0 +1,17 @@
1
+<!doctype html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <title>Delete Account Link Sent</title>
7
+ <link rel="stylesheet" href="/common/css/bootstrap.min.css">
8
+</head>
9
+<body>
10
+<div class="container">
11
+ <h4>Delete Account Link Sent</h4>
12
+</div>
13
14
+ A Delete Account link has been sent to your email.
15
16
+</body>
17
+</html>
0 commit comments