mirror of https://github.com/go-gitea/gitea.git
Fix CLI allowing creation of access tokens with existing name (#26071)
We are now:
- Making sure there is no existing access token with the same name
- Making sure the given scopes are valid (we already did this before but
now we have a message)
The logic is mostly taken from
a12a5f3652/routers/api/v1/user/app.go (L101-L123)
Closes #26044
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
pull/26028/head
parent
3e4a4f9c67
commit
d36ddfe26c
Loading…
Reference in New Issue