mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 01:35:18 -04:00
changed oauth icon to fa-address-book
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
81c1df2a6d
commit
0e18d0f8da
2 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue