Skip to content

Commit

Permalink
🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
tidnav committed Sep 4, 2023
1 parent b7dbede commit ce43fea
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions components/pageComponents/standard/Veiledning/Veiledning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,6 @@ export const Veiledning = ({
)}
</div>

<button
onClick={() => {
//@ts-ignore
window?.loginDebug()?.expireToken(20);
}}
>
Test logoutwarning 20 sek
</button>

<IntroduksjonTekst navn={søker.fulltNavn} />

<form onSubmit={(event) => handleSubmit(event)} autoComplete="off">
Expand Down

0 comments on commit ce43fea

Please sign in to comment.