mirror of https://gitlab.crans.org/nounous/nixos
Fix syntax typo
parent
bb48ba5e34
commit
42e9125152
|
|
@ -87,7 +87,7 @@ class NoteKfetAuth extends AuthProvider {
|
|||
$userInfos = $this->getUserInfos( $token );
|
||||
|
||||
return [
|
||||
'name' => this->sanitizeName( "$userInfos->normalized_name (note)" ),
|
||||
'name' => $this->sanitizeName( "$userInfos->normalized_name (note)" ),
|
||||
'realname' => $userInfos->username,
|
||||
'email' => $userInfos->email,
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue