You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Component
public class MySmsVerificationCodeSender implements SmsVerificationCodeSender {
@Override
public void send(SmsVerification verification) {
// call sdk or api provided by your sms provider
}
}