Skip to content

Commit 49e33eb

Browse files
authored
Typo
1 parent 94129c7 commit 49e33eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/simplesamlphp-authsource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The only function you need to implement is the `login($username, $password)`-fun
4242
This function receives the username and password the user entered, and is expected to return the attributes of that user.
4343
If the username or password is incorrect, it should throw an error saying so:
4444

45-
throw new \impleSAML\Error\Error('WRONGUSERPASS');
45+
throw new \SimpleSAML\Error\Error('WRONGUSERPASS');
4646

4747
"[Implementing custom username/password authentication](./simplesamlphp-customauth)" describes how to implement username/password authentication using that base class.
4848

0 commit comments

Comments
 (0)