1d6897fc7cd961d25434ca768b30908860e3654d
Quick-Start.md
| ... | ... | @@ -124,7 +124,7 @@ else |
| 124 | 124 | Izenda.AdHoc.AdHocSettings.AdHocConfig.PostLogin(); |
| 125 | 125 | ``` |
| 126 | 126 | |
| 127 | -*Once security is fully configured, add the following code to ConfigureSettings() method to prevent users from navigating to reports without logging in first.* |
|
| 127 | +*Once security is fully configured, add the following code to [ConfigureSettings()](http://wiki.izenda.us/Adding-Code) method to prevent users from navigating to reports without logging in first.* |
|
| 128 | 128 | |
| 129 | 129 | ``` c# |
| 130 | 130 | // Require Login once security configured. |