From 3e3f045d650a839d21f7b649da7aa5c19bd2e38b Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 1 Sep 2024 14:17:36 +0200 Subject: monorepo structuring --- auth/examples/simple_example.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 auth/examples/simple_example.js (limited to 'auth/examples/simple_example.js') diff --git a/auth/examples/simple_example.js b/auth/examples/simple_example.js deleted file mode 100644 index 2bf38c1..0000000 --- a/auth/examples/simple_example.js +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env -S gjs -m -import Auth from "gi://AstalAuth"; -import Gio from "gi://Gio"; - -Gio._promisify(Auth.Pam, "authenticate"); - -await Auth.Pam.authenticate("password") - .then(_ => print("authentication sucessful")) - .catch(logError); \ No newline at end of file -- cgit v1.2.3