the browser-facing portion of osu!
1{{--
2 Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
3 See the LICENCE file in the repository root for full licence text.
4--}}
5{!! osu_trans('mail.common.hello', ['user' => $user->username]) !!}
6
7{!! osu_trans('mail.password_reset.requested') !!}
8
9{!! osu_trans('mail.password_reset.code') !!} {{ $key }}
10
11{!! osu_trans('mail.common.ignore') !!}
12
13@include('emails._signature')