[PR #1138] [MERGED] Reduce conditionals in signin/signup inner forms #15783

Closed
opened 2025-11-02 11:54:28 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1138
Author: @strk
Created: 3/7/2017
Status: Merged
Merged: 3/21/2017
Merged by: @bkcsoft

Base: masterHead: simplify_auth_templates


📝 Commits (1)

  • 15f5d8e Reduce conditionals in signin/signup inner forms

📊 Changes

3 files changed (+12 additions, -7 deletions)

View changed files

📝 routers/user/auth.go (+9 -4)
📝 templates/user/auth/signin_inner.tmpl (+1 -1)
📝 templates/user/auth/signup_inner.tmpl (+2 -2)

📄 Description

by always using SignInLink and SignUpLink in the form action


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/1138 **Author:** [@strk](https://github.com/strk) **Created:** 3/7/2017 **Status:** ✅ Merged **Merged:** 3/21/2017 **Merged by:** [@bkcsoft](https://github.com/bkcsoft) **Base:** `master` ← **Head:** `simplify_auth_templates` --- ### 📝 Commits (1) - [`15f5d8e`](https://github.com/go-gitea/gitea/commit/15f5d8e794b7ec8b7203fe8ee4c0068cce0b1abf) Reduce conditionals in signin/signup inner forms ### 📊 Changes **3 files changed** (+12 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `routers/user/auth.go` (+9 -4) 📝 `templates/user/auth/signin_inner.tmpl` (+1 -1) 📝 `templates/user/auth/signup_inner.tmpl` (+2 -2) </details> ### 📄 Description by always using SignInLink and SignUpLink in the form action --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:54:28 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15783