This website requires JavaScript.
Explore
Help
Register
Sign In
RPJosh
/
authelia
Watch
1
Star
0
Fork
You've already forked authelia
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c5f1255edc
authelia
/
internal
/
oidc
/
errors.go
6 lines
100 B
Go
Raw
Blame
History
package
oidc
import
"errors"
var
errPasswordsDoNotMatch
=
errors
.
New
(
"the passwords don't match"
)
Reference in New Issue
View Git Blame
Copy Permalink