summaryrefslogtreecommitdiff
path: root/web/source/settings/views/user/applications/new.tsx
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-04-14 12:57:58 +0200
committerLibravatar GitHub <noreply@github.com>2025-04-14 12:57:58 +0200
commita44065726c508c83fe75af1ae929b252a9046c49 (patch)
tree5caf2a16d299951f137ee02af0dc83b5a1517798 /web/source/settings/views/user/applications/new.tsx
parentdon't panic on non-fully populated status edits, it may not always be possibl... (diff)
downloadgotosocial-a44065726c508c83fe75af1ae929b252a9046c49.tar.xz
[chore] Update + add fonts for additional scripts, use locally installed font if available (#3997)
* [chore] Update + add fonts for additional scripts, use locally installed font if available * update comments
Diffstat (limited to 'web/source/settings/views/user/applications/new.tsx')
-rw-r--r--web/source/settings/views/user/applications/new.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/source/settings/views/user/applications/new.tsx b/web/source/settings/views/user/applications/new.tsx
index fc5e5cc42..ca6921daf 100644
--- a/web/source/settings/views/user/applications/new.tsx
+++ b/web/source/settings/views/user/applications/new.tsx
@@ -122,6 +122,7 @@ export default function NewApp() {
/>
<TextArea
+ className="monospace"
field={form.redirect_uris}
label="Redirect URIs (optional, newline-separated entries)"
placeholder={`https://example.org/my_cool_application`}
@@ -132,6 +133,7 @@ export default function NewApp() {
/>
<TextInput
+ className="monospace"
field={form.scopes}
label="Scopes (optional, space-separated entries)"
placeholder={`read write push`}