mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-03-18 04:24:44 +00:00
fix(recovery): Fix custom api token on recovering provider type
This commit is contained in:
parent
611fe6bf45
commit
268816385f
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ class ServerInstallationCubit extends Cubit<ServerInstallationState> {
|
|||
dataState.recoveryCapabilities,
|
||||
);
|
||||
final ServerProvider provider = await ServerApi(
|
||||
customToken: token,
|
||||
customToken: serverDetails.apiToken,
|
||||
isWithToken: true,
|
||||
).getServerProviderType();
|
||||
if (provider == ServerProvider.unknown) {
|
||||
|
|
Loading…
Add table
Reference in a new issue