mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Remove result field from notifications (#65170)
* remove result field from notifications * fix test
This commit is contained in:
@@ -49,6 +49,5 @@ type SendResetPasswordEmailCommand struct {
|
||||
}
|
||||
|
||||
type ValidateResetPasswordCodeQuery struct {
|
||||
Code string
|
||||
Result *user.User
|
||||
Code string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user