Skip to content

Commit

Permalink
UPDATE : login auth url
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubinquitous committed Apr 23, 2023
1 parent 0521150 commit 0ece080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Section/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Header = () => {
{isLogined ? (
<S.HeaderMypageText href="/mypage">마이페이지</S.HeaderMypageText>
) : (
<S.HeaderLoginText href="https://auth.bssm.kro.kr/oauth?clientId=a1a16261&redirectURI=http://bumawiki.kro.kr/oauth">
<S.HeaderLoginText href="https://auth.bssm.kro.kr/oauth?clientId=22fb2e30&redirectURI=https://bumawiki.kro.kr/oauth">
로그인
</S.HeaderLoginText>
)}
Expand Down

0 comments on commit 0ece080

Please sign in to comment.