Set time zone as well when signing up

This commit is contained in:
ricola 2026-01-09 17:32:21 -06:00
parent 51cfbd5548
commit cb89742f60
3 changed files with 7 additions and 1 deletions

View file

@ -16,9 +16,9 @@
<label for="password" class="form-label"><%= _("Password") %></label>
<input type="password" name="password" class="form-control">
</div>
<button type="submit" class="btn btn-primary"><%= _("Login") %></button>
<input type="hidden" name="r" value="<%= @params[:r] %>">
<input type="hidden" name="timezone" value="UTC">
<button type="submit" class="btn btn-primary"><%= _("Login") %></button>
</form>
<p><a href="/signup"><%= _("Create account") %></a></p>