{{-- Copyright (c) ppy Pty Ltd . Licensed under the GNU Affero General Public License v3.0. See the LICENCE file in the repository root for full licence text. --}} @php $params = get_params(request()->all(), null, [ 'username', 'email', ], ['null_missing' => true]); $focus = $params['username'] === null ? 'username' : 'password'; @endphp @extends('master') @section('content') @include('layout._page_header_v4')
@if (captcha_enabled())
@include('objects._captcha_script') @endif

{!! osu_trans('users.create.form.tos_notice._', [ 'link' => link_to( route('legal', ['locale' => app()->getLocale(), 'path' => 'Terms']), osu_trans('users.create.form.tos_notice.link'), ['target' => '_blank'] ), ]) !!}

@endsection