add refresh-password route

This commit is contained in:
2026-06-30 21:06:51 +07:00
parent 4d9b73cb34
commit d22ad7cb09
9 changed files with 366 additions and 28 deletions
+6
View File
@@ -0,0 +1,6 @@
package repos
type User struct {
Username string
Email string
}