other: stub forgotten password and add TODO labels to stubs

This commit is contained in:
niko
2025-04-25 21:35:50 -04:00
parent 1e3d27db29
commit f6ac4332f9
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
<template>
<div>
<p>TODO: forgot password stub page</p>
</div>
</template>

View File

@@ -1,5 +1,5 @@
<template>
<div>
<p>account stub page</p>
<p>TODO: account stub page</p>
</div>
</template>