debug(marketplace): add component mount log to trigger deploy
This commit is contained in:
parent
9740ba2e9b
commit
6e2b6a8e89
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ export function LoginPage() {
|
|||
const [loading, setLoading] = useState(false)
|
||||
|
||||
const resolveRole = (role?: string): UserRole => {
|
||||
console.log('🔐 [Login] Component rendering')
|
||||
switch (role?.toLowerCase()) {
|
||||
case 'admin':
|
||||
return 'admin'
|
||||
|
|
|
|||
Loading…
Reference in a new issue