Commit ec6875f
committed
Add missing return to handleSettingRemoteAddrError (go-gitea#16794)
Backport go-gitea#16794
There is a missing return in handleSettingRemoteAddrError which means
that the error page for repo settings is duplicately rendered.
Fix go-gitea#16771
Signed-off-by: Andrew Thornton <art27@cantab.net>1 parent f7e7477 commit ec6875f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
| 745 | + | |
745 | 746 | | |
746 | 747 | | |
747 | 748 | | |
| |||
0 commit comments