* Returns the intended URL and removes it from the session, * or `null` if no intended URL is stored.
()
| 645 | * or `null` if no intended URL is stored. |
| 646 | */ |
| 647 | pullIntendedUrl(): string | null { |
| 648 | return this.pull('redirect.intendedUrl', null) |
| 649 | } |
| 650 | |
| 651 | /** |
| 652 | * Removes the intended URL from the session. |
no test coverage detected