Skip to content

Commit

Permalink
Deleting an access token isn't considered erroneous
Browse files Browse the repository at this point in the history
  • Loading branch information
dpi committed Nov 4, 2020
1 parent 76be87b commit f46723f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/AuthmanAuthInfoForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public function resetAccessToken(array &$form, FormStateInterface $form_state) {
$accessTokenKey->setKeyValue($values);
$accessTokenKey->save();

$this->messenger->addError('Deleted access token.');
$this->messenger->addMessage('Deleted access token.');
}

/**
Expand Down

0 comments on commit f46723f

Please sign in to comment.