Improve developer documentation: Update seed data documentation (#7904)

This commit is contained in:
RachelElysia
2022-10-05 12:42:45 -04:00
committed by GitHub
parent 753483ffd6
commit 3054450065
10 changed files with 90 additions and 29 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ const (
ssoAccountInvalid ssoErrCode = "account_invalid"
)
// ssoError is an error that occurs during the Single-Sign-On flow. Its code
// ssoError is an error that occurs during the single sign-on flow. Its code
// indicates the type of error.
type ssoError struct {
err error