mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 20:24:27 -04:00
Format code
This commit is contained in:
parent
6d4a6ee52a
commit
a3ec224cf0
@ -32,7 +32,9 @@ namespace Kyoo.Authentication;
|
||||
|
||||
public class OidcController(
|
||||
UserRepository users,
|
||||
IHttpClientFactory clientFactory, PermissionOption options)
|
||||
IHttpClientFactory clientFactory,
|
||||
PermissionOption options
|
||||
)
|
||||
{
|
||||
private async Task<(User, ExternalToken)> _TranslateCode(string provider, string code)
|
||||
{
|
||||
|
@ -165,7 +165,6 @@ export const AccountSettings = () => {
|
||||
});
|
||||
}}
|
||||
/>
|
||||
|
||||
</Preference>
|
||||
<Preference icon={Mail} label={t("settings.account.email.label")} description={account.email}>
|
||||
<Button
|
||||
|
Loading…
x
Reference in New Issue
Block a user