mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
Remove Google form from Cody login (#51062)
Soon we'll remove the requirement that individual users request access and get enabled manually, but until then we're directing them to Discord. ## Test plan <!-- All pull requests REQUIRE a test plan: https://docs.sourcegraph.com/dev/background-information/testing_principles --> N/A link change
This commit is contained in:
parent
2470358918
commit
97055b017e
@ -75,8 +75,8 @@ export const Login: React.FunctionComponent<React.PropsWithChildren<LoginProps>>
|
||||
<h2 className={styles.sectionHeader}>Everyone Else</h2>
|
||||
<div className={styles.wrapper}>
|
||||
<p className={styles.linkToForm}>
|
||||
<a href="https://docs.google.com/forms/d/e/1FAIpQLScSI06yGMls-V1FALvFyURi8U9bKRTSKPworBhzZEHDQvo0HQ/viewform">
|
||||
Fill out this form to request access.
|
||||
<a href="https://discord.gg/sourcegraph-969688426372825169">
|
||||
Join our Discord to request access.
|
||||
</a>
|
||||
</p>
|
||||
<a href="https://sourcegraph.com/user/settings/tokens/new/callback?requestFrom=CODY">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user