changed oauth icon to fa-address-book

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2020-05-16 23:59:30 +02:00 committed by Philip Molares
parent 81c1df2a6d
commit 0e18d0f8da
2 changed files with 3 additions and 3 deletions

View file

@ -64,7 +64,7 @@ const getMetadata: OneClick2Map = (oneClickType: OneClickType) => {
case OneClickType.OAUTH2:
return {
name: "OAuth2",
icon: "share",
icon: "address-card",
className: "btn-primary",
url: buildBackendAuthUrl("oauth2")
}