mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-19 00:11:16 +00:00
10 lines
514 B
HTML
10 lines
514 B
HTML
<h1>Login</h1>
|
|
|
|
<div ng-switch="error">
|
|
<div ng-switch-when="internal_error">Oops. There was an unexpected error. Please try again.</div>
|
|
<div ng-switch-when="user_not_found">There was an error authorizing your account.</div>
|
|
<div ng-switch-when="access_denied_org">Login is restricted to approved organization members only</div>
|
|
<div ng-switch-when="access_denied">Self-registration is disabled. Please contact the system admin to grant access.</div>
|
|
</div>
|
|
|
|
<a href="/authorize" target="_self">Login</a>
|