forked from rDrama/rDrama
1
0
Fork 0

remove redirect_uri placeholder

master
Aevann 2023-03-10 03:27:02 +02:00
parent a6af121c42
commit 198f3bc0b7
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
<label for="form-appname">Application Name</label>
<input autocomplete="off" type="text" id="form-appname" class="form-control" name="name" maxlength="50" required>
<label for="form-redirect">Redirect URI</label>
<input autocomplete="off" type="text" id="form-redirect" class="form-control" name="redirect_uri" placeholder="Custom URI scheme can be used. Separate multiple options with comma." maxlength="4096" required>
<input autocomplete="off" type="text" id="form-redirect" class="form-control" name="redirect_uri" maxlength="4096" required>
<label for="form-username">Description</label>
<textarea autocomplete="off" form="api-key-request-form" id="form-desc" class="form-control" name="description" maxlength="256" required></textarea>
</div>