You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclassName="mt-1 mb-2 text-base">Are you sure you want to delete your account? This action will remove all the data associated with your account in Gitpod and cannot be reversed.</p>
<SettingsPagetitle='Account'subtitle='Manage account and git configuration.'>
23
25
<h3>Profile</h3>
26
+
<pclassName="text-base text-gray-500 pb-4">The following information will be used to set up git configuration. You can override git author name and email per project by using the default environment variables <spanclassName="text-gitpod-kumquat-dark bg-gitpod-kumquat-light px-1.5 py-1 rounded-md text-sm font-mono">GIT_AUTHOR_NAME</span> and <spanclassName="text-gitpod-kumquat-dark bg-gitpod-kumquat-light px-1.5 py-1 rounded-md text-sm font-mono">GIT_COMMITTER_EMAIL</span>.</p>
24
27
<divclassName="flex flex-col lg:flex-row">
25
28
<div>
26
29
<divclassName="mt-4">
@@ -35,14 +38,14 @@ export default function Account() {
0 commit comments