diff --git a/guide/getting-started.html b/guide/getting-started.html index c4ca97a..b0688a5 100644 --- a/guide/getting-started.html +++ b/guide/getting-started.html @@ -273,7 +273,8 @@ Here's an example for the client credentials grant:

public Task StopAsync(CancellationToken cancellationToken) => Task.CompletedTask; } - +

Before running the application, make sure the database is updated with OpenIddict tables by running Add-Migration and Update-Database.

+ diff --git a/manifest.json b/manifest.json index 067acb2..d501d41 100644 --- a/manifest.json +++ b/manifest.json @@ -7192,7 +7192,7 @@ "output": { ".html": { "relative_path": "guide/getting-started.html", - "hash": "nqHLmVRQYdtOgDveXDpG9A==" + "hash": "4rVu/rGWduXAn0X+zMx6YA==" } }, "is_incremental": false,