2amigos / yii2-usuario

Highly customizable and extensible user management, authentication, and authorization Yii2 extension
https://github.com/2amigos/yii2-usuario
Other
292 stars 140 forks source link

Fix client_id value by using the correct method #536

Closed eluhr closed 5 months ago

eluhr commented 5 months ago
Q A
Is bugfix? yes
New feature? no
Breaks BC? no
Tests pass? yes
Fixed issues #359, #383

When using the features i made in my last PR I stumbled across a place where I had forgotten the newly added method from the interface. This PR fixes this problem.

maxxer commented 5 months ago

thank you