Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit d2664e6

Browse files
author
Arba Sasmoyo
committed
typo
1 parent fb6721d commit d2664e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ Yii Simplesamlphp
3535
public function actions() {
3636
return array(
3737
'login' => array(
38-
'class' => 'ext.yii-simplesamlphp.actions.LoginSSOAction',
38+
'class' => 'ext.yii-simplesamlphp.actions.LoginAction',
3939
'simplesamlphpComponentName' => 'simplesamlphp',
4040
'redirectAfterLoginTo' => array('/'),
4141
),
4242
'logout' => array(
43-
'class' => 'ext.yii-simplesamlphp.actions.LogoutSSOAction',
43+
'class' => 'ext.yii-simplesamlphp.actions.LogoutAction',
4444
'simplesamlphpComponentName' => 'simplesamlphp',
4545
'redirectAfterLogoutTo' => array('/'),
4646
),

0 commit comments

Comments
 (0)