fix spotify authentication

This commit is contained in:
2024-12-07 22:28:08 +01:00
parent 809d348ed4
commit f360647033
2 changed files with 2 additions and 3 deletions
+2
View File
@@ -4,7 +4,9 @@ import React from "react";
import {AuthProvider} from "@/src/context/AuthProvider";
import {ThemeProvider} from "@/src/context/ThemeProvider";
import CustomStack from "@/src/core/Stack";
import * as WebBrowser from "expo-web-browser";
WebBrowser.maybeCompleteAuthSession();
export default function Layout() {
return (