mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-01 07:59:55 -05:00
WTFISGOINGON
This commit is contained in:
@@ -4,6 +4,6 @@ import * as Keychain from "react-native-keychain"
|
||||
|
||||
|
||||
|
||||
export const mutateServerCredentials = async (credentials: JellyfinCredentials) => {
|
||||
return Keychain.setInternetCredentials(await fetchServerUrl(), credentials.username, credentials.accessToken!);
|
||||
export const mutateServerCredentials = async (credentials: JellyfinCredentials) => {
|
||||
return Keychain.setInternetCredentials(await fetchServerUrl, credentials.username, credentials.accessToken!);
|
||||
}
|
||||
Reference in New Issue
Block a user