Skip to content

Commit

Permalink
Update totp.go
Browse files Browse the repository at this point in the history
Co-authored-by: Laura Beatris <[email protected]>
  • Loading branch information
NicolasLopes7 and LauraBeatris committed Sep 5, 2024
1 parent 13a26d8 commit c2a30d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion totp.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package clerk

// TOTP describes a TOTP (Time-based One-Time Password) for a user.
// Describes a Time-based One-time Password (TOTP) for a user.
type TOTP struct {
APIResource
Object string `json:"object"`
Expand Down

0 comments on commit c2a30d1

Please sign in to comment.