Skip to content

Commit 9ba0abc

Browse files
authored
Fix sign in/out
1 parent 616b3d4 commit 9ba0abc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/components/Header/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ class Header extends BaseComponent {
154154
<Button className={styles.btn_dropdown} icon={user.avatar_url}>
155155
{user.login}
156156
<div className={styles.dropdown}>
157-
<ListItem label="Sign Out" href="/api/auth/destroy" rel="nofollow"/>
157+
<ListItem label="Sign Out" href="/api/auth/destroy" rel="opener"/>
158158
</div>
159159
</Button> :
160-
<Button icon={faGithub} primary href="/api/auth/request" rel="nofollow">
160+
<Button icon={faGithub} primary href="/api/auth/request" rel="opener">
161161
<Ellipsis>Sign In</Ellipsis>
162162
</Button>
163163
}

0 commit comments

Comments
 (0)