Skip to content

Commit 75a8129

Browse files
committed
.
1 parent de6f1b2 commit 75a8129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modus/authentication.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This is an example of how to use the `getJWTClaims()` function in Golang:
5555
package main
5656

5757
import (
58-
"github.com/hypermodeinc/modus/sdk/go/pkg/auth"
58+
"github.com/hypermodeinc/modus/sdk/go/pkg/auth"
5959
)
6060

6161
type ExampleClaims struct {
@@ -65,7 +65,7 @@ type ExampleClaims struct {
6565
}
6666

6767
func GetClaims() (*ExampleClaims, error) {
68-
return auth.GetJWTClaims[*ExampleClaims]()
68+
return auth.GetJWTClaims[*ExampleClaims]()
6969
}
7070

7171
```

0 commit comments

Comments
 (0)