Skip to content

Commit d0c54a7

Browse files
authored
Merge pull request #165 from TeeYehYhin/patch-1
Fix Erorr: Exercise 1: Use Identity > Task 3: Add sign in logic
2 parents 5bfecde + 6704840 commit d0c54a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Instructions/20486D_MOD11_LAB_MANUAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The main tasks for this exercise are as follows:
148148

149149
10. Add a method with the following information:
150150
- Scope: **public**
151-
- Return type: **Task<IActionResult>**
151+
- Return type: **IActionResult**
152152
- Name: **Login**
153153

154154
11. Create an **IF** statement that checks whether the value of **this.User.Identity.IsAuthenticated** is **true**.

0 commit comments

Comments
 (0)