Is it possible to modify the "Sign In" text in the prebuilt UI such as adding additional text?
z
Is it possible to modify the "Sign In" text in the prebuilt UI such as adding additional text?
r
Hey. Yes. Check out the language translation feature in our docs.
z
Thanks, gonna check it out
I'm getting a TS error: languageTranslations' does not exist in type 'TypeInput'.
This is the typeInput:
Copy code
export declare type TypeInput = {
    supertokens?: SuperTokensInfo;
    framework?: TypeFramework;
    appInfo: AppInfo;
    recipeList: RecipeListFunction[];
    telemetry?: boolean;
    isInServerlessEnv?: boolean;
};
r
which version of the frontend sdk are you using?
z
Wait a minute, I think I clicked the backend config
Yep, that fixed it.
My bad. Thanks so much 🙂