totpSetupLoading top-level constant

LoadingState const totpSetupLoading

TOTP setup loading state

Implementation

const totpSetupLoading = LoadingState(
  'TOTP setup in progress',
);