Skip to content

Commit

Permalink
Deprecate quarkus.webauthn.relying-party.icon
Browse files Browse the repository at this point in the history
Fixes #25676
  • Loading branch information
gastaldi committed May 25, 2022
1 parent 748908f commit 5ef5cbf
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,11 @@ public static class RelyingPartyConfig {

/**
* A URL location for an icon
*
* @deprecated this will be removed in a future release
*/
@ConfigItem
@Deprecated(forRemoval = true, since = "2.10.0.Final")
public Optional<String> icon;
}

Expand Down

0 comments on commit 5ef5cbf

Please sign in to comment.