Skip to content

Commit

Permalink
Update link to registration form (#625)
Browse files Browse the repository at this point in the history
* Update link to registration form

* Update LoginForm.tsx
  • Loading branch information
Komzpa authored Dec 15, 2023
1 parent 9807f77 commit e97dd09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export function LoginForm() {
</div>
<div className={clsx(s.link, s.registerContainter)}>
<a
href="https://www.kontur.io/portfolio/event-feed-draft/#publicfeed"
href="https://keycloak01.kontur.io/auth/realms/kontur/protocol/openid-connect/registrations?client_id=account&response_type=code&scope=openid&redirect_uri=https://www.kontur.io/portfolio/"
target="_blank"
rel="noreferrer"
>
Expand Down

0 comments on commit e97dd09

Please sign in to comment.