Skip to content

Commit 3559031

Browse files
committed
Bugfix
1 parent 38c8564 commit 3559031

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

resources/views/auth/login.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<x-guest-layout>
2+
@include('layouts.lang')
23

34
<x-auth-card>
45
<x-slot name="logo">

resources/views/auth/register.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
?>
88

99
<x-guest-layout>
10+
@include('layouts.lang')
1011
<x-auth-card>
1112
<x-slot name="logo">
1213
<a href="{{ url('') }}">

0 commit comments

Comments
 (0)