relaunch migration
This commit is contained in:
parent
c0cfb8aec7
commit
033e0b5c76
@ -19,6 +19,7 @@ export default class SmsFactorService extends BaseService {
|
|||||||
}).then(response => {
|
}).then(response => {
|
||||||
console.log('SMS sent successfully:', response.data);
|
console.log('SMS sent successfully:', response.data);
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
console.error('Error sending SMS:', error.response.data);
|
console.error('Error sending SMS:', error.response.data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user