mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
TopNav: Updates to create service account page and invite user (#52480)
* Simplify logic to support both navs * Added new file
This commit is contained in:
@@ -36,7 +36,9 @@ export function ChangePasswordPage({ loadUser, isUpdating, user, changePassword
|
||||
<Page.Contents isLoading={!Boolean(user)}>
|
||||
{user ? (
|
||||
<>
|
||||
<h3 className="page-heading">Change Your Password</h3>
|
||||
<Page.OldNavOnly>
|
||||
<h3 className="page-sub-heading">Change Your Password</h3>
|
||||
</Page.OldNavOnly>
|
||||
<ChangePasswordForm user={user} onChangePassword={changePassword} isSaving={isUpdating} />
|
||||
</>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user