account page render fix
This commit is contained in:
parent
6c0278c624
commit
170c852bb6
3 changed files with 53 additions and 38 deletions
|
|
@ -62,7 +62,7 @@ export default function AccountClient() {
|
|||
For security, please sign in again before changing account details.
|
||||
</p>
|
||||
<Link
|
||||
href={`/auth/sign-in?reauth=1&next=${encodeURIComponent("/portal/account")}`}
|
||||
href={`/auth/sign-in?reauth=1&force=1&next=${encodeURIComponent("/portal/account")}`}
|
||||
className="inline-block px-3 py-2 rounded-md border bg-accent text-background"
|
||||
>
|
||||
Re-authenticate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue