updatd logout links and login flow for nextauth

This commit is contained in:
2022-04-19 12:25:13 +01:00
parent 511a5ed98d
commit 3b1a49e561
9 changed files with 81 additions and 45 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ export default function YourAccount() {
</div>
</div>
<div className="card-body">
{/* <div className="card-body">
<h3 className="heading-small card-heading">
{t("myportal:changepassword-card-title")}
</h3>
@@ -43,7 +43,7 @@ export default function YourAccount() {
</a>
</Link>
</div>
</div>
</div> */}
</div>
</>
);