removed unwanted comment
This commit is contained in:
parent
2b022d1058
commit
9fb00544cd
|
@ -185,8 +185,6 @@ func MobileSignupResolver(ctx context.Context, params *model.MobileSignUpInput)
|
|||
}
|
||||
|
||||
disablePhoneVerification, _ := memorystore.Provider.GetBoolStoreEnvVariable(constants.EnvKeyDisablePhoneVerification)
|
||||
log.Errorf("ooioioioioioioioi: ", disablePhoneVerification)
|
||||
|
||||
if disablePhoneVerification {
|
||||
now := time.Now().Unix()
|
||||
user.PhoneNumberVerifiedAt = &now
|
||||
|
|
Loading…
Reference in New Issue
Block a user