style: add a missing whitespace (#4404)

Added a missing whitespace in callback page template.

Co-authored-by: Karolis Pocius <kpocius@gmail.com>
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4404
Co-authored-by: karolis <karolis@noreply.codeberg.org>
Co-committed-by: karolis <karolis@noreply.codeberg.org>
This commit is contained in:
karolis 2025-09-04 14:05:22 +02:00 committed by kim
commit 9cb177cd8a

View file

@ -92,7 +92,7 @@ function AccessForAppForm({ data: app, code }: { data: App, code: string }) {
<div className="form-section-docs">
<h2>Receive Access Token</h2>
<p>
To receive your user-level access token for application<b>{app.name}</b>, click on the button below.
To receive your user-level access token for application <b>{app.name}</b>, click on the button below.
<br/>Your access token will be shown once and only once.
<br/><strong>Your access token provides access to your account; store it as carefully as you would store a password!</strong>
</p>