Files
opnform-host-nginx/resources/views/oauth/emailTaken.blade.php
Julien Nahum f8e6cd4dd6 Initial commit
2022-09-20 21:59:52 +02:00

6 lines
105 B
PHP

@extends('errors.layout')
@section('title', 'Login Error')
@section('message', 'Email already taken.')