Browse Source

docs: Fix auth code listing

Michael Bromley 2 years ago
parent
commit
d35571847c
1 changed files with 1 additions and 1 deletions
  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).
 
 ```TypeScript
-{
+import {
  AuthenticationStrategy,
   ExternalAuthenticationService,
   Injector,