From bc1f4209d08b77cb563e5348a6f6d81d9fbda124 Mon Sep 17 00:00:00 2001
From: bye <bye@byecorps.com>
Date: Sun, 19 Nov 2023 12:36:49 +0000
Subject: [PATCH] Formatted BCID on profile page.

---
 profile.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profile.php b/profile.php
index e0fa505..0c38e6c 100644
--- a/profile.php
+++ b/profile.php
@@ -41,7 +41,7 @@ if ($_SESSION['id'] != $profile['id']) {
     <img src="<?= $avatar ?>" class="avatar" alt="Avatar">
     <div class="info">
         <div class="displayname"><?= $display_name ?></div>
-        <div class="bcid"><?= $profile['id'] ?></div>
+        <div class="bcid"><?= format_bcid( $profile['id'] ); ?></div>
     </div>
 </div>
 
-- 
GitLab