Fix add-phone handoff and SMS Bower rotation
This commit is contained in:
@@ -365,7 +365,11 @@
|
||||
await (String(options?.releaseAction || '').trim().toLowerCase() === 'ban'
|
||||
? banActivation(state, activation, deps)
|
||||
: cancelActivation(state, activation, deps));
|
||||
return { currentTicketId: String(activation?.activationId || activation?.id || ''), nextActivation: null };
|
||||
const nextActivation = await requestActivation(state, {
|
||||
...options,
|
||||
skipPreferredActivation: true,
|
||||
}, deps);
|
||||
return { currentTicketId: String(activation?.activationId || activation?.id || ''), nextActivation };
|
||||
}
|
||||
|
||||
function extractVerificationCode(raw = '') {
|
||||
|
||||
Reference in New Issue
Block a user