From 82006f24af15cc506cbc93a8b97e84b0d2f3ffc3 Mon Sep 17 00:00:00 2001 From: Dennis Date: Mon, 27 Sep 2021 09:48:18 +0200 Subject: [PATCH] Added re-sync Discord and Discord Card to Profile --- resources/views/profile/index.blade.php | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/resources/views/profile/index.blade.php b/resources/views/profile/index.blade.php index 88a6c0b5..97e5a3b1 100644 --- a/resources/views/profile/index.blade.php +++ b/resources/views/profile/index.blade.php @@ -145,7 +145,7 @@
+ placeholder="••••••"> @error('current_password')
@@ -159,7 +159,7 @@
+ name="new_password" type="password" placeholder="••••••"> @error('new_password')
@@ -176,7 +176,7 @@ + placeholder="••••••"> @error('new_password_confirmation')
@@ -213,6 +213,23 @@

You are verified!

+
+
+
+
+

{{$user->discordUser->username}} {{$user->discordUser->locale}}

+

{{$user->discordUser->id}} +

+
+
avatar
+
+ +
+
@endif