9dc27bc1ae698e284f5d1ba15ad7b1df9ecd33db
Home.md
| ... | ... | @@ -64,7 +64,7 @@ For demonstration purposes, we will be working with the following information: |
| 64 | 64 | |
| 65 | 65 | ###Basic Login Scenario |
| 66 | 66 | |
| 67 | -In this example, we will initialize some of the more common settings. This is done in the ``InitializeReporting()`` method of your ``CustomAdHocConfig`` class that we discussed earlier. |
|
| 67 | +In this example, we will initialize some of the more common settings. This is done in the ``InitializeReporting()`` method of your ``CustomAdHocConfig`` class that we discussed earlier. You will have to call the ``InitializeReporting`` method after your user has been authenticated. |
|
| 68 | 68 | |
| 69 | 69 | ``` c# |
| 70 | 70 | //Pass User Credentials |