[Modify] Edit it
This commit is contained in:
parent
5ffe299ebe
commit
7951ef012f
@ -74,7 +74,7 @@ namespace Example3
|
||||
// Return user name, password, and roles.
|
||||
return name == "nobita"
|
||||
? new NetworkCredential (name, "password", "gunfighter")
|
||||
: null; // If the user credentials aren't found.
|
||||
: null; // If the user credentials are not found.
|
||||
};
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user