mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
refactor: improve type safety, update navigation, and optimize base64 encoding in auth and editor components
This commit is contained in:
@@ -29,13 +29,14 @@ export default function VerifyEmail() {
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<p
|
||||
<button
|
||||
type="button"
|
||||
className="text-xs italic opacity-40 cursor-pointer underline"
|
||||
onClick={() => window.close()}
|
||||
onKeyDown={(e) => e.key === "Enter" && window.close()}
|
||||
>
|
||||
You can close this window now.
|
||||
</p>
|
||||
</button>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user