e80ce6d7f74765b4b8f773e57b5f1e38a36236dd
Guides/MVC-Integration/Phase-II-Draft.md
| ... | ... | @@ -330,7 +330,7 @@ then open command prompt and type 'sqllocaldb.exe stop v11.0' and 'sqllocaldb.ex |
| 330 | 330 | ### Step 8. Update AccountConroller to set up user roles |
| 331 | 331 | |
| 332 | 332 | |
| 333 | -**a.** Open AccountController.cs and add the below user role code. |
|
| 333 | +**a.** Open AccountController.cs and add user role code in post login action as below |
|
| 334 | 334 | |
| 335 | 335 | ```csharp |
| 336 | 336 | //Sample User Role Model |