mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 01:22:26 -05:00
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:
parent
3efb338ca9
commit
9cb177cd8a
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ function AccessForAppForm({ data: app, code }: { data: App, code: string }) {
|
||||||
<div className="form-section-docs">
|
<div className="form-section-docs">
|
||||||
<h2>Receive Access Token</h2>
|
<h2>Receive Access Token</h2>
|
||||||
<p>
|
<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/>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>
|
<br/><strong>Your access token provides access to your account; store it as carefully as you would store a password!</strong>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue