> For the complete documentation index, see [llms.txt](https://docs.startrail.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.startrail.io/startrail-sdk-js/login-providers/multi-factor-account-management.md).

# Multi Factor Account Management

{% hint style="warning" %}
The `mfaLevel` constructor option is **deprecated** as of **v2.2.0** and has no effect — the underlying Torus-embed v6 (ws-embed) API no longer exposes MFA-level configuration. MFA is still managed by the Web3Auth wallet itself, as described below; this page is unaffected. Code that passes `mfaLevel` keeps working, but the value is ignored.
{% endhint %}

<figure><img src="/files/rF3loeGWYzR6E3OkJ3cW" alt=""><figcaption></figcaption></figure>

`New device detected` modal could be opened for those who had signed in with multi factor authentication in Web3Auth wallet.

Here are the potential solutions.

1. You should have received an email with the subject "Your Web3Auth backup phrase" which contains a backup passphrase. Please check that email, copy the passphrase, and paste it into the field on the corresponding page.
2. After pressing the "Verify with other factors" button in the attached image and returning to the screen, other recovery methods should be presented. Please use any one of those methods.
3. Log in to the Openlogin login screen (<https://app.openlogin.com/>), press the "Manage Account" button on the dashboard, and obtain the recovery phrase. Please paste the recovery phrase after obtaining it.

<figure><img src="/files/EM7zreZVlV3nXF0HMj2Q" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.startrail.io/startrail-sdk-js/login-providers/multi-factor-account-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
