mirror of
https://github.com/siv-org/siv.git
synced 2026-01-10 02:47:58 -05:00
MalwareCheckPage: Show auth token
This commit is contained in:
@@ -271,7 +271,11 @@ function PageContent() {
|
||||
return (
|
||||
<div className="p-8 mx-auto max-w-2xl">
|
||||
<DeviceWarning {...{ alreadySeenDevice }} />
|
||||
<h2 className="mb-4 text-xl font-bold">Confirm your selections:</h2>
|
||||
|
||||
<h2 className="text-xl font-bold">Confirm your selections</h2>
|
||||
<h3 className="mb-4 text-xs tracking-wide opacity-70">
|
||||
FOR AUTH TOKEN: <span className="text-sm font-semibold">{auth_token}</span>
|
||||
</h3>
|
||||
|
||||
<table className="mb-6 w-full border border-gray-300 border-collapse">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user