فهرست منبع

docs: Fix auth code listing

Michael Bromley 2 سال پیش
والد
کامیت
d35571847c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/content/developer-guide/authentication.md

+ 1 - 1
docs/content/developer-guide/authentication.md

@@ -76,7 +76,7 @@ Google.
 To do this you'll need to install the `google-auth-library` npm package as described in the ["Authenticate with a backend server" guide](https://developers.google.com/identity/sign-in/web/backend-auth).
 To do this you'll need to install the `google-auth-library` npm package as described in the ["Authenticate with a backend server" guide](https://developers.google.com/identity/sign-in/web/backend-auth).
 
 
 ```TypeScript
 ```TypeScript
-{
+import {
  AuthenticationStrategy,
  AuthenticationStrategy,
   ExternalAuthenticationService,
   ExternalAuthenticationService,
   Injector,
   Injector,