Skip to content

Commit

Permalink
fix: missing sso binding popup (#105 close AlistGo/alist#4963)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsHenry35 authored Aug 8, 2023
1 parent fe24d0d commit 55c17aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/manage/users/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,11 @@ const Profile = () => {
<Button
onClick={() => {
const url = r.getUri() + "/auth/sso?method=get_sso_id"
const popup = window.open(
url,
"authPopup",
"width=500,height=600"
)
}}
>
{t("users.connect_sso")}
Expand Down

0 comments on commit 55c17aa

Please sign in to comment.