Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrajodas committed May 15, 2024
1 parent 9d3896e commit e35cb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ public function run(): void

public function generateReadCredentials(): array
{
return ['ahoj'];
$sapi = $this->initSapi();
/** @var string */
$backupId = $sapi->generateId();
return [$backupId];
if ($this->config->isUserDefinedCredentials()) {
$path = $this->config->getPath();
} else {
Expand Down

0 comments on commit e35cb8d

Please sign in to comment.