mirror of
https://github.com/ente-io/ente.git
synced 2025-08-14 02:07:33 +00:00
Rename
This commit is contained in:
committed by
Neeraj Gupta
parent
50c3a7a8e5
commit
fe181fecbe
@@ -244,8 +244,8 @@ func (h *UserHandler) GetTwoFactorStatus(c *gin.Context) {
|
||||
c.JSON(http.StatusOK, gin.H{"status": status})
|
||||
}
|
||||
|
||||
func (h *UserHandler) GetAccountRecoveryStatus(c *gin.Context) {
|
||||
res, err := h.UserController.GetAccountRecoveryStatus(c)
|
||||
func (h *UserHandler) GetTwoFactorRecoveryStatus(c *gin.Context) {
|
||||
res, err := h.UserController.GetTwoFactorRecoveryStatus(c)
|
||||
if err != nil {
|
||||
handler.Error(c, stacktrace.Propagate(err, ""))
|
||||
return
|
||||
|
Reference in New Issue
Block a user