[Modify] Edit it

This commit is contained in:
sta 2022-01-25 21:15:02 +09:00
parent 227925a40c
commit 8b9eb8f118

View File

@ -73,7 +73,7 @@ namespace Example2
// 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.
};
*/