We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db268c commit 66cdbcaCopy full SHA for 66cdbca
aspnetcore/security/authentication/social/index.md
@@ -48,7 +48,6 @@ Enabling users to sign in with their existing credentials:
48
* The `dotnet new` command creates a new Razor Pages project in the *WebApp1* folder.
49
* `-au Individual` creates the code for Individual authentication.
50
* `-uld` uses LocalDB, a lightweight version of SQL Server Express for Windows. Omit `-uld` to use SQLite.
51
- * The `code` command opens the *WebApp1* folder in a new instance of Visual Studio Code.
52
53
---
54
0 commit comments