|
|
@ -22,6 +22,7 @@ func reset(m chat1.MsgSummary) { |
|
|
|
handleError(err, m, "There was an error resetting your authentication. Contact @rudi9719 for more information with code %+v") |
|
|
|
handleError(err, m, "There was an error resetting your authentication. Contact @rudi9719 for more information with code %+v") |
|
|
|
return |
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
k.SendMessageByConvID(m.ConvID, "Your credentials have been reset successfully.") |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func authenticate(m chat1.MsgSummary) { |
|
|
|
func authenticate(m chat1.MsgSummary) { |
|
|
|