You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a regression in go-gitea#16199 whereby the add authentication page
fails to react to the change in selected type.
This is due to the String() method on the LoginSourceType which is ameliorated
with an Int() function being added.
Following on from this there are a few other related bugs.
Fixgo-gitea#16541
Signed-off-by: Andrew Thornton <[email protected]>
* Fix add authentication page
There is a regression in #16199 whereby the add authentication page
fails to react to the change in selected type.
This is due to the String() method on the LoginSourceType which is ameliorated
with an Int() function being added.
Following on from this there are a few other related bugs.
Fix#16541
Signed-off-by: Andrew Thornton <[email protected]>
* Fix add authentication page
There is a regression in go-gitea#16199 whereby the add authentication page
fails to react to the change in selected type.
This is due to the String() method on the LoginSourceType which is ameliorated
with an Int() function being added.
Following on from this there are a few other related bugs.
Fixgo-gitea#16541
Signed-off-by: Andrew Thornton <[email protected]>
<None relevant>
Description
#16199 unfortunately has broken the add login source page.
The bug appears to relate to String() method on the types - meaning that UI isn't getting the integer to run its test on.
The text was updated successfully, but these errors were encountered: