Skip to content

Commit

Permalink
fix: add Under development warning
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Jan 19, 2023
1 parent bfea3d6 commit c378ee7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Nuxt Auth
# ⚠️ Under development

A Nuxt 3 module to handle authentication

Expand Down Expand Up @@ -199,11 +199,10 @@ emailTemplates: {
<body>
<h2>Hello {{name}},</h2>
<p>To reset your password, please follow this link</p>
<a href="{{link}}">Verify your email</a>
<a href="{{link}}">Reset your password</a>
</body>
</html>
`

`;
}
```

Expand Down

0 comments on commit c378ee7

Please sign in to comment.