mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 04:02:15 +01:00
remove jetstream inertia properties; remove unused ApiTokenManager;
This commit is contained in:
committed by
Constantin Graf
parent
56ea0ed90e
commit
bffd0773be
@@ -176,7 +176,6 @@ onBeforeUnmount(() => {
|
||||
});
|
||||
|
||||
const page = usePage<{
|
||||
jetstream: { managesProfilePhotos: boolean };
|
||||
timezones: Record<string, string>;
|
||||
weekdays: Record<string, string>;
|
||||
}>();
|
||||
@@ -192,7 +191,7 @@ const page = usePage<{
|
||||
|
||||
<template #form>
|
||||
<!-- Profile Photo -->
|
||||
<div v-if="page.props.jetstream.managesProfilePhotos" class="col-span-6 sm:col-span-4">
|
||||
<div class="col-span-6 sm:col-span-4">
|
||||
<input
|
||||
id="photo"
|
||||
ref="photoInput"
|
||||
|
||||
Reference in New Issue
Block a user