Skip to content

Commit

Permalink
Update src/panels/profile/ha-refresh-tokens-card.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed May 28, 2024
1 parent 88fb1d9 commit e2845d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/panels/profile/ha-refresh-tokens-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ import {
import { haStyle } from "../../resources/styles";
import { HomeAssistant } from "../../types";

// Client ID used by iOS app
const iOSclientId = "https://home-assistant.io/iOS";
// Client ID used by Android app
const androidClientId = "https://home-assistant.io/android";

const compareTokenLastUsedAt = (tokenA: RefreshToken, tokenB: RefreshToken) => {
Expand Down

0 comments on commit e2845d7

Please sign in to comment.