Allow setting any URL as redirect URL after signup

This commit is contained in:
Kijin Sung 2023-08-03 21:25:46 +09:00
parent 6e415fafc0
commit eccb54ca42
5 changed files with 10 additions and 35 deletions

View file

@ -83,8 +83,7 @@
<div class="x_control-group">
<label class="x_control-label" for="redirect_url">{$lang->redirect_url}</label>
<div class="x_controls">
<input class="module_search" type="text" name="redirect_url" value="{$config->redirect_url}" />
<button type="button" class="__redirect_url_btn x_btn" cond="$config->redirect_url">{$lang->delete}</button>
<input type="text" class="x_full-width" name="redirect_url" value="{$config->redirect_url}" />
<p class="x_help-block">{$lang->about_redirect_url}</p>
</div>
</div>