Skip to content

Instantly share code, notes, and snippets.

View garronej's full-sized avatar
🧢
Bluehat

Joseph Garrone garronej

🧢
Bluehat
View GitHub Profile
import { Evt } from "evt";
import { DongleController as Dc } from "chan-dongle-extended-client";
import { Ami, agi } from "ts-ami";
//import * as dcMisc from "chan-dongle-extended-client/dist/lib/misc";
import { phoneNumber } from "phone-number";
import * as types from "./types";
import * as dbSemasim from "./dbSemasim";
import * as messageDispatcher from "./messagesDispatcher";
import * as sip from "ts-sip";
import { logger } from "../tools/logger";

Changing the language directly within Storybook is not supported.
To preview your component in different languages, create separate stories for each language.
Example:

export const Default: Story = {
    render: () => <KcPageStory />
};

export const French: Story = {

In a real Keycloak environment, clicking this link would redirect you to the next step in the authentication process.
However, in this instance, you are using a mock object of the Keycloak FreeMarker context for development purposes.