Skip to content

Commit

Permalink
fixed the anchor not working links
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 committed Nov 11, 2024
1 parent 543ebc7 commit 57a555c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions FAQ.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Frequently Asked Questions

- [1. How can I disable the _login_ alert box?](#1-how-can-i-disable-the-login-alert-box)
- [1. How can I disable the _login_ alert box?](#1-how-can-i-disable-the-_login_-alert-box)
- [Use ephemeral sessions](#use-ephemeral-sessions)
- [Use `SFSafariViewController`](#use-sfsafariviewcontroller)
- [1. Configure a custom URL scheme](#1-configure-a-custom-url-scheme)
- [2. Capture the callback URL](#2-capture-the-callback-url)
- [2. How can I disable the _logout_ alert box?](#2-how-can-i-disable-the-logout-alert-box)
- [2. How can I disable the _logout_ alert box?](#2-how-can-i-disable-the-_logout_-alert-box)
- [3. How can I change the message in the alert box?](#3-how-can-i-change-the-message-in-the-alert-box)
- [4. How can I programmatically close the alert box?](#4-how-can-i-programmatically-close-the-alert-box)
- [5. How to resolve the _Failed to start this transaction, as there is an active transaction at the moment_ error ?](#-5-how-to-resolve-the-failed-to-start-this-transaction-as-there-is-an-active-transaction-at-the-moment-error)
- [5. How to resolve the _Failed to start this transaction, as there is an active transaction at the moment_ error?](#5-how-to-resolve-the-_failed-to-start-this-transaction-as-there-is-an-active-transaction-at-the-moment_-error)

---

Expand Down Expand Up @@ -161,6 +161,6 @@ case .failure(let error) where error == .transactionActiveAlready:
// ...
}
---

```

[Go up ⤴](#frequently-asked-questions)

0 comments on commit 57a555c

Please sign in to comment.